mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4513 - platform specific logic
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
707c165f4f
commit
91e1d28a9f
1 changed files with 1 additions and 2 deletions
|
|
@ -191,9 +191,8 @@ def get_openpype_executable():
|
|||
"OpenPypeInstallationDirs", "")
|
||||
|
||||
# clean '\ ' for MacOS pasting
|
||||
if exe_list:
|
||||
if platform.system().lower() == "darwin":
|
||||
exe_list = exe_list.replace("\\ ", " ")
|
||||
if dir_list:
|
||||
dir_list = dir_list.replace("\\ ", " ")
|
||||
return exe_list, dir_list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue