mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
pass executable as string
This commit is contained in:
parent
f79b377b88
commit
c32705bb39
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class JobQueueModule(OpenPypeModule):
|
|||
" or accessible on this workstation."
|
||||
).format(app.full_name))
|
||||
|
||||
return main(executable, server_url)
|
||||
return main(str(executable), server_url)
|
||||
|
||||
|
||||
@click.group(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue