[Swift-commit] r8334 - SwiftApps/dsp-swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Dec 11 16:08:10 CST 2014


Author: ketan
Date: 2014-12-11 16:08:10 -0600 (Thu, 11 Dec 2014)
New Revision: 8334

Modified:
   SwiftApps/dsp-swift/swiftjumpdsp.py
Log:
define logfile

Modified: SwiftApps/dsp-swift/swiftjumpdsp.py
===================================================================
--- SwiftApps/dsp-swift/swiftjumpdsp.py	2014-12-11 22:00:00 UTC (rev 8333)
+++ SwiftApps/dsp-swift/swiftjumpdsp.py	2014-12-11 22:08:10 UTC (rev 8334)
@@ -58,6 +58,7 @@
         os.makedirs(outloc)
 
     #Invocation
+    logfile="/home/ketan/std.err"
     with open(logfile,"wb") as errfile:
         exitcode=subprocess.check_call([swift, "-sites.file", "sites.local.xml", "-tc.file", "apps", "-config", "cf", "dsp.blues.swift", swiftargs],stderr=errfile)
     print exitcode




More information about the Swift-commit mailing list