[Swift-commit] r5802 - trunk/libexec
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Wed May 30 13:58:21 CDT 2012
Author: hategan
Date: 2012-05-30 13:58:21 -0500 (Wed, 30 May 2012)
New Revision: 5802
Modified:
trunk/libexec/vdl-int-wrapper-staging.k
Log:
fixed "extra argument to checkJobStatus"
Modified: trunk/libexec/vdl-int-wrapper-staging.k
===================================================================
--- trunk/libexec/vdl-int-wrapper-staging.k 2012-05-28 14:43:25 UTC (rev 5801)
+++ trunk/libexec/vdl-int-wrapper-staging.k 2012-05-30 18:58:21 UTC (rev 5802)
@@ -386,7 +386,7 @@
vdl:setprogress("Checking status")
if(statusMode == "files"
- checkJobStatus(rhost, wfdir, jobid, tr)
+ checkJobStatus(wfdir, jobid, tr)
)
if(wrapperMode == "files"
More information about the Swift-commit
mailing list