aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_cron.py
diff options
context:
space:
mode:
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