some debug output
This commit is contained in:
parent
0da679957b
commit
290830571d
@ -113,6 +113,7 @@ class LegacySettings:
|
||||
file = file.with_suffix('.bak')
|
||||
|
||||
with file.open('r') as fp:
|
||||
print("Loading old conf")
|
||||
conf = yaml.safe_load(fp)
|
||||
|
||||
self.system = conf['system']
|
||||
|
Loading…
x
Reference in New Issue
Block a user