Skip to content

Commit

Permalink
Update getRequiredDirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Sep 18, 2023
1 parent a96f0ad commit d4d77dc
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 @@ -117,7 +117,7 @@ public ZarrReader() {
public int getRequiredDirectories(String[] files)
throws FormatException, IOException
{
return 1;
return FormatTools.getRequiredDirectories(files);
}

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

0 comments on commit d4d77dc

Please sign in to comment.