diff options
Diffstat (limited to 'run_exps.py')
-rwxr-xr-x | run_exps.py | 2 |
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 | |||
360 | def main(): | 359 | def 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 |