strip dot from repre names in single frame renders

This commit is contained in:
Ondrej Samohel 2020-08-31 16:45:36 +02:00
parent 992ec517f5
commit b4e091c3fc
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -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.