emailweixu-patch-1
Xi Chen 7 years ago
parent c3cebc0f04
commit ce54d5e834

@ -141,7 +141,7 @@ def init_config_environment(
g_add_submodel_suffix=False, ):
# directly iterate through locals().iteritems() will change
# the size of locals() due to introducting k, v into scope
# the size of locals() due to introducing k, v into scope
# which will break the process in some env
local_vars = copy.deepcopy(locals())

Loading…
Cancel
Save