We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94ff0a commit 196e0a4Copy full SHA for 196e0a4
molgenis-compute-core/src/main/java/org/molgenis/compute/ComputeProperties.java
@@ -224,7 +224,7 @@ public void parseCommandLine(String[] args)
224
225
if (batchOption != null)
226
{
227
- LOG.error("Batching is currently disabled pending re-implementation of this feature.")
+ LOG.error("Batching is currently disabled pending re-implementation of this feature.");
228
System.exit(1);
229
230
String nameValue[] = batchOption.split("=");
0 commit comments