mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merged in hotfix/PYPE-201-ftrack-plugin-path-correction (pull request #69)
Hotfix/PYPE-201 ftrack plugin path correction Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
commit
6e657377c0
4 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import ftrack_api_old as ftrack_api
|
|
||||||
import pyblish.api
|
import pyblish.api
|
||||||
|
|
||||||
|
try:
|
||||||
|
import ftrack_api_old as ftrack_api
|
||||||
|
except Exception:
|
||||||
|
import ftrack_api
|
||||||
|
|
||||||
|
|
||||||
class CollectFtrackApi(pyblish.api.ContextPlugin):
|
class CollectFtrackApi(pyblish.api.ContextPlugin):
|
||||||
""" Collects an ftrack session and the current task id. """
|
""" Collects an ftrack session and the current task id. """
|
||||||
Loading…
Add table
Add a link
Reference in a new issue