aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_cron.py
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-10-07 10:23:25 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-10-07 10:23:25 -0400
commitabebc55cdd7cc2f9bf150cf4197ed6c4744de964 (patch)
tree1905bfc276562b4851857a8d0ad0e5ae04636c2f /steuermann/run_cron.py
parent7368f281700d2c975fede59a976c21a4ce22fb8d (diff)
downloadsteuermann-abebc55cdd7cc2f9bf150cf4197ed6c4744de964.tar.gz
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@439 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run_cron.py')
-rw-r--r--steuermann/run_cron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run_cron.py b/steuermann/run_cron.py
index 39d5be7..5779e1e 100644
--- a/steuermann/run_cron.py
+++ b/steuermann/run_cron.py
@@ -57,7 +57,7 @@ def main() :
else :
node.script_type = 'r' # remote
- runner = steuermann.run.runner( nodes = { node.name : node }, logdir=None )
+ runner = steuermann.run.runner( nodes = { node.name : node } )
runner.run( node=node, run_name='', logfile_name = steuermann.config.logdir + '/cron/' + logfile )
n = 0.1