core: Fix handling the case when no settings file present.
This commit is contained in:
parent
50e44ce22d
commit
b323a4d1e3
@ -877,8 +877,7 @@ for module_file in sorted(os.listdir(modules_dir)):
|
|||||||
try:
|
try:
|
||||||
import qubes.settings
|
import qubes.settings
|
||||||
qubes.settings.apply(system_path, vm_files, defaults)
|
qubes.settings.apply(system_path, vm_files, defaults)
|
||||||
#except ImportError:
|
except ImportError:
|
||||||
finally:
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
for path_key in system_path.keys():
|
for path_key in system_path.keys():
|
||||||
|
Loading…
Reference in New Issue
Block a user