some debug output

This commit is contained in:
Domeniko Gentner 2021-01-15 19:45:03 +01:00
parent 0da679957b
commit 290830571d

View File

@ -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']