aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-04-25 16:43:49 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-04-25 16:43:49 -0400
commit15f231a79320cbc97cd88d8a4751515a47ce223e (patch)
treeb86b202cadc816a5da7b96372b9de4362da88116 /run_exps.py
parent2ceaa6c607ef85bde4f14017634d9d1621efca29 (diff)
Bug fixes from testing.
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