UI i18n: update for fixed args handling in extracting script.

This commit is contained in:
Bastien Montagne 2015-06-03 17:15:35 +02:00
parent 1aaf1d7b76
commit eaf15114f3
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ class UI_OT_i18n_updatetranslation_svn_branches(bpy.types.Operator):
"--python",
os.path.join(os.path.dirname(utils_i18n.__file__), "bl_extract_messages.py"),
"--",
"bl_extract_messages.py", # arg parser expects first arg to be prog name!
"--settings",
self.settings.to_json(),
)