Skip to content

Commit 69f369f

Browse files
committed
Switch slurm 'reason' message to remove the label error
1 parent b9ba3a3 commit 69f369f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/src/org/labkey/cluster/pipeline/SlurmExecutionEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ protected Set<String> updateStatusForAllJobs() throws PipelineJobException
190190
status = new Pair<>("ERROR", null);
191191
}
192192

193-
status.second = "ERROR: " + reason;
193+
status.second = "Reason: " + reason;
194194
}
195195
}
196196

0 commit comments

Comments
 (0)