Skip to content

Commit

Permalink
add tip
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Sep 7, 2024
1 parent 1941962 commit 2850281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static URI saveAs( final SpimData2 data, final String suggestedFileName )

if ( !N5ImageLoader.class.isInstance( imgLoader ) && !Hdf5ImageLoader.class.isInstance( imgLoader ) )
{
IOFunctions.println( "Saving the XML in a different location than the image data currently only works when it is re-saved as HDF5/N5/ZARR. Stopping." );
IOFunctions.println( "Saving the XML in a different location than the image data currently only works when it is re-saved as HDF5/N5/ZARR -- Consider resaving. Stopping." );
return null;
}

Expand Down

0 comments on commit 2850281

Please sign in to comment.