We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263dd33 commit d02ebcfCopy full SHA for d02ebcf
1 file changed
src/imcflibs/imagej/bdv.py
@@ -1432,7 +1432,7 @@ def duplicate_transformations(
1432
else:
1433
chnl_apply = "apply_to_channel=[All channels] "
1434
1435
- raise ValueError("Issue with transformation duplication")
+ raise ValueError("Invalid transformation type: %s" % transformation_type)
1436
1437
options = (
1438
"apply="
0 commit comments