Skip to content

Commit 096fce3

Browse files
committed
Fix default config parsing
1 parent 381dc13 commit 096fce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netconnectd/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class InvalidConfig(Exception):
105105

106106
def parse_configfile(configfile):
107107
if not os.path.exists(configfile):
108-
return None
108+
return default_config
109109

110110
mandatory = ("interfaces.wifi")
111111

0 commit comments

Comments
 (0)