some debug output

This commit is contained in:
Domeniko Gentner 2021-01-15 19:45:32 +01:00
parent 290830571d
commit 52b4ab5647

View File

@ -113,7 +113,7 @@ class LegacySettings:
file = file.with_suffix('.bak') file = file.with_suffix('.bak')
with file.open('r') as fp: with file.open('r') as fp:
print("Loading old conf") print(f"Loading old conf from {file}")
conf = yaml.safe_load(fp) conf = yaml.safe_load(fp)
self.system = conf['system'] self.system = conf['system']