Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui_translate/update_svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_translate/update_svn.py b/ui_translate/update_svn.py
index b98db75a..0c362d1e 100644
--- a/ui_translate/update_svn.py
+++ b/ui_translate/update_svn.py
@@ -77,7 +77,7 @@ class UI_OT_i18n_updatetranslation_svn_branches(Operator):
context.window_manager.progress_update(0)
if not self.use_skip_pot_gen:
env = os.environ.copy()
- env["ASAN_OPTIONS"] = "exitcode=0"
+ env["ASAN_OPTIONS"] = "exitcode=0:" + os.environ.get("ASAN_OPTIONS", "")
# Generate base pot from RNA messages (we use another blender instance here, to be able to perfectly
# control our environment (factory startup, specific addons enabled/disabled...)).
# However, we need to export current user settings about this addon!