You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pathseq/_error.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ class IncompleteDimensionError(Exception):
65
65
>>> seq.with_existing_paths()
66
66
Traceback (most recent call last):
67
67
...
68
-
pathseq._error.IncompleteDimensionError: Sequence '.../file.1001,1002<UDIM>_1-3#.exr' contains an inconsistent number of files across one or more dimensions.
68
+
pathseq._error.IncompleteDimensionError: Sequence '...file.1001,1002<UDIM>_1-3#.exr' contains an inconsistent number of files across one or more dimensions.
0 commit comments