Skip to content

Commit 5857905

Browse files
committed
fillBatchInfo: Don't add an error object when batch info are skipped
1 parent 9b76539 commit 5857905

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gemma-core/src/main/java/ubic/gemma/core/apps/BatchEffectPopulationCli.java

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ protected void doWork() throws Exception {
5555

5656
if ( !force && this.noNeedToRun( bas, BatchInformationFetchingEvent.class ) ) {
5757
AbstractCLI.log.info( "Can't or don't need to run " + bas );
58-
addErrorObject( bas, "Can't or don't need to run; use -force to override");
5958
continue;
6059
}
6160

0 commit comments

Comments
 (0)