[Swift-commit] r2342 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Nov 18 14:11:09 CST 2008


Author: hategan
Date: 2008-11-18 14:11:08 -0600 (Tue, 18 Nov 2008)
New Revision: 2342

Modified:
   trunk/libexec/vdl-int.k
Log:
prevent annoying wrapper error

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-11-15 23:22:11 UTC (rev 2341)
+++ trunk/libexec/vdl-int.k	2008-11-18 20:11:08 UTC (rev 2342)
@@ -452,7 +452,8 @@
 						
 						outs := transferStandardFiles(rhost, tmpdir, jobid, stdout, stderr)
 						
-						discard(transferWrapperLog(rhost, wfdir, jobid, jobdir))
+						discard(maybe(transferWrapperLog(rhost, wfdir, jobid, jobdir)))
+							
 						kickstartRec := if(
 							kickstart == "" ""
 							else(




More information about the Swift-commit mailing list