Skip to content

Commit

Permalink
Update getRequiredDirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Nov 15, 2023
1 parent ae65321 commit 30f87f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loci/formats/in/ZarrReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public ZarrReader() {
public int getRequiredDirectories(String[] files)
throws FormatException, IOException
{
return FormatTools.getRequiredDirectories(files);
return 1;
}

/* @see loci.formats.IFormatReader#isThisType(String, boolean) */
Expand Down

0 comments on commit 30f87f7

Please sign in to comment.