mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #498 from pypeclub/hotfix/strip-dot-from-repre-name
Fix: strip dot from repre names in single frame renders
This commit is contained in:
commit
a0ca6394ff
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
"to render, don't know what to do "
|
||||
"with them.")
|
||||
col = rem[0]
|
||||
_, ext = os.path.splitext(col)
|
||||
ext = os.path.splitext(col)[1].lstrip(".")
|
||||
else:
|
||||
# but we really expect only one collection.
|
||||
# Nothing else make sense.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue