mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
exra level of explicit replace
This commit is contained in:
parent
c96b45f4b3
commit
fd76882ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ class MindbenderSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
|
||||
module_path = publish_imagesequence.__file__
|
||||
if module_path.endswith(".pyc"):
|
||||
module_path = publish_imagesequence.__file__.replace(".pyc", ".py")
|
||||
module_path = module_path[:-len(".pyc")] + ".py"
|
||||
|
||||
payload = {
|
||||
"JobInfo": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue