Merge remote-tracking branch 'origin/chore/OP-2414_Move-harmony-to-openpype' into chore/OP-2414_Move-harmony-to-openpype

This commit is contained in:
Petr Kalis 2022-02-11 12:24:45 +01:00
commit a7043082e2

View file

@ -1,7 +1,6 @@
import os
import subprocess
import distutils.spawn
import platform
from .log import PypeLogger as Logger
@ -273,4 +272,3 @@ def get_linux_launcher_args(*args):
launch_args.extend(args)
return launch_args