mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🚨 I hate you Hound so much
This commit is contained in:
parent
9ed329aebe
commit
c64925fb66
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class OpenPypeDeadlinePlugin(DeadlinePlugin):
|
|||
# skip if the version is not build
|
||||
if not build and \
|
||||
(not os.path.isfile(os.path.join(path, "openpype_console")) or
|
||||
not os.path.isfile(os.path.join(path, "openpype_console.exe"))):
|
||||
not os.path.isfile(os.path.join(path, "openpype_console.exe"))): # noqa: E501
|
||||
return None
|
||||
version = {}
|
||||
with open(version_file, "r") as vf:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue