diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-10-10 10:55:22 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-10-10 10:55:22 -0400 |
commit | 1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a (patch) | |
tree | 5474f7fcec3d001f675ea7655bc11f3086a032a4 /steuermann/run_all.py | |
parent | abebc55cdd7cc2f9bf150cf4197ed6c4744de964 (diff) | |
download | steuermann-1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a.tar.gz |
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@442 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r-- | steuermann/run_all.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 71cabd1..4d995cf 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -376,7 +376,7 @@ def run_all(xnodes, run_name, db) : register_database(db, run_name, xnodes) - runner = run.runner( xnodes, steuermann.config.logdir ) + runner = run.runner( xnodes ) while 1 : @@ -440,7 +440,7 @@ def run_step( runner, xnodes, run_name, db ) : else : try : - tmp = runner.run(x, run_name, no_run=no_run, logfile = make_log_file_name(run_name, host, table, cmd) ) + tmp = runner.run(x, run_name, no_run=no_run, logfile_name = make_log_file_name(run_name, host, table, cmd) ) except run.run_exception, e : now = str(datetime.datetime.now()) db.execute("UPDATE sm_status SET start_time=?, end_time=?, status='E', notes=? WHERE ( run=? AND host=? AND tablename=? AND cmd=? )", |