Skip to content
Snippets Groups Projects
Commit 41761b8d authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Changed new script generation tools (getexp) to ignore DIFF environment variable

parent c657e807
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@ if invalid_args:
# Read and store configuration info from input and experiments' library
# Store environment as default for control settings, then add config from files
# Hack to allow use in diffexp
if os.environ.has_key('DIFF'):
del os.environ['DIFF']
try:
config = ExpConfig(experiment_config_name,
dict(map(lambda x: x.split('=', 1), sys.argv)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment