Skip to content

Commit d02ebcf

Browse files
authored
Update error message for invalid transformation type
1 parent 263dd33 commit d02ebcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ def duplicate_transformations(
14321432
else:
14331433
chnl_apply = "apply_to_channel=[All channels] "
14341434
else:
1435-
raise ValueError("Issue with transformation duplication")
1435+
raise ValueError("Invalid transformation type: %s" % transformation_type)
14361436

14371437
options = (
14381438
"apply="

0 commit comments

Comments
 (0)