We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24865ab commit 963bd04Copy full SHA for 963bd04
qgist/config.py
@@ -213,4 +213,4 @@ def export_config(fn, value):
213
raise QgistTypeError(translate('global', '"value" contains not allowed types. (config export)'))
214
215
with open(fn, 'w', encoding = 'utf-8') as f:
216
- f.write(json.dumps(svalue, indent = 4, sort_keys = True))
+ f.write(json.dumps(value, indent = 4, sort_keys = True))
0 commit comments