mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Deadline in Pype 3 - added change of pwd
Without it Deadline tries to load wrong Qt from its pwd
This commit is contained in:
parent
43acf53452
commit
ae5163ad89
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
"""Open install dialog."""
|
||||
|
||||
import sys
|
||||
import os
|
||||
os.chdir(os.path.dirname(__file__)) # for override sys.path in Deadline
|
||||
|
||||
from Qt import QtWidgets
|
||||
|
||||
from .install_dialog import InstallDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue