diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:21:09 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:21:09 -0400 |
commit | d5387284218106691ea79b0df0ee3d694b0c9c46 (patch) | |
tree | 8d8df35f8bce71a03a5780995009cdcec8725c56 /steuermann/run.py | |
parent | 3007723a7cfdea037bdfc877bb606fea6fdd5abc (diff) | |
download | steuermann-d5387284218106691ea79b0df0ee3d694b0c9c46.tar.gz |
trying something
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1274 d34015c8-bcbb-4646-8ac8-8ba5febf221d
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 e105f41..4ae1ba3 100644 --- a/steuermann/run.py +++ b/steuermann/run.py @@ -152,7 +152,7 @@ class runner(object): ) print - print 'script = %s' %args['script'] + print 'script = %s' %(args['script'] % nodes.saved_conditions) print |