aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2012-06-12 10:25:25 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2012-06-12 10:25:25 -0400
commitef355f1c3ca11e28d73984f54b849c42ceaeb14e (patch)
tree668fa22ee27d2274e526c1b42d3ca55b1d9f5781
parentc54600b9b7411d52d02a7ed143cef0fa38305755 (diff)
downloadsteuermann-ef355f1c3ca11e28d73984f54b849c42ceaeb14e.tar.gz
remove debugging
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@716 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r--steuermann/run_all.py2
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=? )",