mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2414 - explicitly cast Path to str
This commit is contained in:
parent
d92acb12b5
commit
041c2aa240
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ class AbstractSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
replaced_files = []
|
||||
for f in files:
|
||||
replaced_files.append(
|
||||
f.replace(orig_scene, new_scene)
|
||||
str(f).replace(orig_scene, new_scene)
|
||||
)
|
||||
new_exp[aov] = replaced_files
|
||||
# [] might be too much here, TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue