Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 9115a9c

Browse files
author
Michael Grauer
committed
BUG: refs #258. Fixed reference to non-existent variable in error reporting.
1 parent 54f4733 commit 9115a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/batchmake/controllers/components/KWBatchmakeComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public function condorSubmitDag($workDir, $dagScript)
583583

584584
if($returnVal !== 0)
585585
{
586-
throw new Zend_Exception("Failed to run: [".$cmd."], output: [".implode(",", $cmd_output )."]");
586+
throw new Zend_Exception("Failed to run: [".$cmd."], output: [".implode(",", $output )."]");
587587
}
588588
}
589589

0 commit comments

Comments
 (0)