[Swift-commit] r7883 - trunk/libexec

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Thu May 29 04:18:29 CDT 2014


Author: hategan
Date: 2014-05-29 04:18:27 -0500 (Thu, 29 May 2014)
New Revision: 7883

Modified:
   trunk/libexec/swift-int.k
Log:
fixed wrapper.log.always.transfer

Modified: trunk/libexec/swift-int.k
===================================================================
--- trunk/libexec/swift-int.k	2014-05-29 06:51:16 UTC (rev 7882)
+++ trunk/libexec/swift-int.k	2014-05-29 09:18:27 UTC (rev 7883)
@@ -357,7 +357,7 @@
 
 			stdout := if (stdout == null, "stdout.txt", getFieldValue(stdout))
 			stderr := if (stderr == null, "stderr.txt", getFieldValue(stderr)),
-			
+						
 			(fileDirs, inFiles, outFiles, outCollect) := getStagingInfo(stagein, stageout)
 
 			os := siteProfile(rhost, "SYSINFO:OS")
@@ -471,7 +471,7 @@
 				}
 				
 				if (configProperty("wrapperlog.always.transfer") == "true") {
-					discard(transferWrapperLog(rhost, RUN_DIR, jobid, jobdir))
+					discard(transferWrapperLog(rhost, jobid, jobdir))
 				}
 				
 				cacheUnlockFiles(inFiles, SHARED_DIR, rhost) {




More information about the Swift-commit mailing list