Skip to content

Commit

Permalink
Temporary commit string with bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ANAT01 committed Sep 18, 2015
1 parent 50f1c1f commit ffd575f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/quick_map_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def dict2string(dictionary, separator):
metadata.set('ui', 'alias', metadata_ui_alias)
if 'l12n' in data:
for key, val in data['l12n'].iteritems():
metadata.set('ui', 'alias[' + key.encode('utf-8') + ']', val.encode('cp1251'))
#metadata.set('ui', 'alias[' + key.encode('utf-8') + ']', val.encode('cp1251'))
pass
metadata.set('ui', 'icon', metadata_ui_icon)

# Check newsourcepath exists
Expand Down

0 comments on commit ffd575f

Please sign in to comment.