Skip to content

Commit

Permalink
fix: whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Apr 30, 2024
1 parent 89ff775 commit 229c6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ public Object stringToValue(String inputArg) throws ParseException {
if (format != null)
fmt = format.toString().toLowerCase() + ":";

input = fmtAndUri.toString();
input = fmtAndUri.getB();

N5URI n5uri = null;
try {
Expand Down

0 comments on commit 229c6b0

Please sign in to comment.