diff options
Diffstat (limited to 'steuermann/run.py')
-rw-r--r-- | steuermann/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py index 7464dfc..e105f41 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -152,7 +152,7 @@ class runner(object): ) print - print 'script = %s' %script + print 'script = %s' %args['script'] print |