...
This commit is contained in:
parent
51b6b325b9
commit
5cc18fdb4b
@ -485,5 +485,5 @@ def prepare_config_file_for_editing():
|
|||||||
except FileExistsError:
|
except FileExistsError:
|
||||||
pass
|
pass
|
||||||
with open(defconf, 'w') as f:
|
with open(defconf, 'w') as f:
|
||||||
f.write(commented_out_default_config)
|
f.write(commented_out_default_config())
|
||||||
return defconf
|
return defconf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user