aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_exps.py')
-rwxr-xr-xrun_exps.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/run_exps.py b/run_exps.py
index a15018d..afabca8 100755
--- a/run_exps.py
+++ b/run_exps.py
@@ -356,10 +356,8 @@ def make_paths(exp, out_base_dir, opts):
356 356
357 return sched_file, out_dir 357 return sched_file, out_dir
358 358
359
360def main(): 359def main():
361 opts, args = parse_args() 360 opts, args = parse_args()
362
363 exps = get_exps(opts, args) 361 exps = get_exps(opts, args)
364 362
365 jabber = setup_jabber(opts.jabber) if opts.jabber else None 363 jabber = setup_jabber(opts.jabber) if opts.jabber else None