diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:14:48 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-06-12 11:14:48 -0400 |
commit | 3007723a7cfdea037bdfc877bb606fea6fdd5abc (patch) | |
tree | 42f150af39ad469af62e01de253ef6f8ec957b20 /steuermann | |
parent | 9645a504c7d100ec9c23b91841cf43d1383e90c4 (diff) | |
download | steuermann-3007723a7cfdea037bdfc877bb606fea6fdd5abc.tar.gz |
fix last commit
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1273 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann')
-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 |