Skip to content

Commit 849193e

Browse files
committed
add flag when initialization is done
1 parent 6f1385a commit 849193e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/imglib2/cellpose/CellposeRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public void init() throws IOException, BuildException, InterruptedException, Tas
207207
listener.message( "Cellpose initialization done in " + ( end - start ) / 1000. + " s" );
208208

209209
// Inform listener that initialization (env creation, model initialization) is done
210-
listener.message( "#Flag: initialization done" );
210+
listener.message( "#Flag: initialization done" );
211211

212212
// The runner script
213213
this.cellposeScript = IOUtils.toString( Cellpose.class.getResource( pythonScriptPath ), StandardCharsets.UTF_8 );

0 commit comments

Comments
 (0)