We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c374974 commit e97d1c4Copy full SHA for e97d1c4
src/viur_cli/conf.py
@@ -75,7 +75,7 @@ def load_config(path=None):
75
return projectConfig
76
77
78
-def write_config(conf, path):
+def write_config(conf, path=None):
79
"""write current projectConfig dict to project.json"""
80
global projectConfig
81
0 commit comments