Closed tserong closed 4 years ago
The first time configshell is used, prefs.bin won't exist, so you'll see something like:
Warning: Could not load preferences file /root/.whatever/prefs.bin.
If the file doesn't actually exist, this warning is just confusing, so I've added an existence check to Prefs.load()
Signed-off-by: Tim Serong tserong@suse.com
I stumbled over this issue myself - thanks for reporting this @tserong
Is there anything missing in order to get this merged?
The first time configshell is used, prefs.bin won't exist, so you'll see something like:
Warning: Could not load preferences file /root/.whatever/prefs.bin.
If the file doesn't actually exist, this warning is just confusing, so I've added an existence check to Prefs.load()
Signed-off-by: Tim Serong tserong@suse.com