aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run.py
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-10-10 10:55:22 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-10-10 10:55:22 -0400
commit1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a (patch)
tree5474f7fcec3d001f675ea7655bc11f3086a032a4 /steuermann/run.py
parentabebc55cdd7cc2f9bf150cf4197ed6c4744de964 (diff)
downloadsteuermann-1c34bc4c268775b1cc06b6c8b4f22c75fd4ee28a.tar.gz
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@442 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'steuermann/run.py')
-rw-r--r--steuermann/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/steuermann/run.py b/steuermann/run.py
index 63900dd..388b366 100644
--- a/steuermann/run.py
+++ b/steuermann/run.py
@@ -149,7 +149,6 @@ class runner(object):
raise
# open the log file, write initial notes
- print "LOGFILE",logfile_name
logfile=open(logfile_name,"w")
logfile.write('%s %s\n'%(datetime.datetime.now(),run))
logfile.flush()