[Swift-commit] r7574 - trunk/bin

lgadelha at ci.uchicago.edu lgadelha at ci.uchicago.edu
Thu Feb 6 16:14:52 CST 2014


Author: lgadelha
Date: 2014-02-06 16:14:52 -0600 (Thu, 06 Feb 2014)
New Revision: 7574

Modified:
   trunk/bin/swiftlog
Log:
Minor fix


Modified: trunk/bin/swiftlog
===================================================================
--- trunk/bin/swiftlog	2014-02-06 21:39:58 UTC (rev 7573)
+++ trunk/bin/swiftlog	2014-02-06 22:14:52 UTC (rev 7574)
@@ -227,7 +227,7 @@
                 fileName=string.replace(canonicalFileName(f), 'file://localhost/', '')
                 insertFile(fileName, scriptRunDir, hostname, c, direction, appExecId)
                 
-            for f in iter(t.stageOut.split(",")):
+            for f in iter(t.stageOut.split(" ")):
                 direction="OUT"
                 fileName=canonicalFileName(f)
                 insertFile(fileName, scriptRunDir, hostname, c, direction, appExecId)




More information about the Swift-commit mailing list