mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update executable name
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
aaa12bbcc6
commit
ae3efbc56c
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ def is_using_ayon_console():
|
||||||
executable_filename = os.path.basename(executable_path)
|
executable_filename = os.path.basename(executable_path)
|
||||||
return (
|
return (
|
||||||
"ayon_console" in executable_filename
|
"ayon_console" in executable_filename
|
||||||
or "python.exe" in executable_filename
|
or "python" in executable_filename
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue