🚨 I hate you Hound so much

This commit is contained in:
Ondřej Samohel 2022-08-03 16:12:21 +02:00
parent 9ed329aebe
commit c64925fb66
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

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