[Bf-extensions-cvs] [eaf1511] master: UI i18n: update for fixed args handling in extracting script.

Bastien Montagne noreply at git.blender.org
Wed Jun 3 17:16:05 CEST 2015


Commit: eaf15114f3ce36feccab12c9bfc0d7cdd48bb514
Author: Bastien Montagne
Date:   Wed Jun 3 17:15:35 2015 +0200
Branches: master
https://developer.blender.org/rBAeaf15114f3ce36feccab12c9bfc0d7cdd48bb514

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

===================================================================

M	ui_translate/update_svn.py

===================================================================

diff --git a/ui_translate/update_svn.py b/ui_translate/update_svn.py
index 685431d..c024f6c 100644
--- a/ui_translate/update_svn.py
+++ b/ui_translate/update_svn.py
@@ -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(),
             )



More information about the Bf-extensions-cvs mailing list