diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-06-12 10:25:25 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-06-12 10:25:25 -0400 |
commit | ef355f1c3ca11e28d73984f54b849c42ceaeb14e (patch) | |
tree | 668fa22ee27d2274e526c1b42d3ca55b1d9f5781 /steuermann/run_all.py | |
parent | c54600b9b7411d52d02a7ed143cef0fa38305755 (diff) | |
download | steuermann-ef355f1c3ca11e28d73984f54b849c42ceaeb14e.tar.gz |
remove debugging
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@716 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r-- | steuermann/run_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py index a097a1b..6b5338d 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -452,7 +452,7 @@ def run_step( runner, xnodes, run_name, db ) : else : try : tmp = runner.run(x, run_name, no_run=no_run, logfile_name = make_log_file_name(run_name, host, table, cmd) ) - print "STARTED",x_name + # print "STARTED",x_name 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=? )", |