Skip to content

Commit 963bd04

Browse files
committed
fixed variable name
1 parent 24865ab commit 963bd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgist/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ def export_config(fn, value):
213213
raise QgistTypeError(translate('global', '"value" contains not allowed types. (config export)'))
214214

215215
with open(fn, 'w', encoding = 'utf-8') as f:
216-
f.write(json.dumps(svalue, indent = 4, sort_keys = True))
216+
f.write(json.dumps(value, indent = 4, sort_keys = True))

0 commit comments

Comments
 (0)