diff options
-rw-r--r-- | steuermann/run.py | 5 | ||||
-rw-r--r-- | steuermann/run_all.py | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/steuermann/run.py b/steuermann/run.py index b16254a..a93fba0 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -170,6 +170,11 @@ class runner(object): else : raise Exception() + print + print 'run = %s' %run + print + + t = [ ] for x in run : # bug: what to do in case of keyerror diff --git a/steuermann/run_all.py b/steuermann/run_all.py index 041c569..50b415e 100644 --- a/steuermann/run_all.py +++ b/steuermann/run_all.py @@ -529,9 +529,6 @@ def run_step( runner, xnodes, run_name, db ) : # of predecessors, we can run this one if released == len(x.released) : host, table, cmd = nodes.crack_name(x_name) - print - print 'cmd = %s' %cmd - print # we are now ready to let it run. If it is marked skipped, just say it ran really fast. if x.skip : |