fix too long line

This commit is contained in:
Jakub Trllo 2022-11-01 12:58:22 +01:00
parent 4161b3b48d
commit f1e198ea94

View file

@ -196,7 +196,9 @@ def inject_openpype_environment(deadlinePlugin):
args_str = subprocess.list2cmdline(args)
print(">>> Executing: {} {}".format(exe, args_str))
process = ProcessUtils.SpawnProcess(exe, args_str, os.path.dirname(exe))
process = ProcessUtils.SpawnProcess(
exe, args_str, os.path.dirname(exe)
)
ProcessUtils.WaitForExit(process, -1)
if process.ExitCode != 0:
raise RuntimeError(