Skip to content

Commit

Permalink
fix default path
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Oct 18, 2024
1 parent 8d66b66 commit f3926d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/net/preibisch/stitcher/plugin/BigStitcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.URI;
import java.net.URISyntaxException;

import org.scijava.command.Command;
import org.scijava.plugin.Plugin;
Expand Down Expand Up @@ -88,8 +89,8 @@ public static void setupTesting()
IOFunctions.printIJLog = true;
new ImageJ();

if ( System.getProperty("os.name").toLowerCase().contains( "mac" ) )
GenericLoadParseQueryXML.defaultXMLURI = "/Users/preibischs/SparkTest/Stitching/dataset.xml";
//if ( System.getProperty("os.name").toLowerCase().contains( "mac" ) )
// GenericLoadParseQueryXML.defaultXMLURI = "/Users/preibischs/SparkTest/Stitching/dataset.xml";
}

public static void main( String[] args )
Expand Down

0 comments on commit f3926d9

Please sign in to comment.