Deadline: Hint to use Python 3 (#4518)

* add shebank for python 3
This commit is contained in:
Jakub Trllo 2023-02-27 18:55:23 +01:00 committed by GitHub
parent fa879c9beb
commit 2839e775e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
# /usr/bin/env python3
# -*- coding: utf-8 -*-
import os
import tempfile
@ -341,7 +342,7 @@ def inject_openpype_environment(deadlinePlugin):
"app": job.GetJobEnvironmentKeyValue("AVALON_APP_NAME"),
"envgroup": "farm"
}
if job.GetJobEnvironmentKeyValue('IS_TEST'):
args.append("--automatic-tests")