Keep folder prefix in strip iteration node
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ def _strip_iteration_suffix(value):
|
||||
if "_" not in root:
|
||||
return value
|
||||
|
||||
prefix, _suffix = root.rsplit("_", 1)
|
||||
prefix, _suffix = root.split("_", 1)
|
||||
return f"{prefix}{extension}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user