mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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."
|
" or accessible on this workstation."
|
||||||
).format(app.full_name))
|
).format(app.full_name))
|
||||||
|
|
||||||
return main(executable, server_url)
|
return main(str(executable), server_url)
|
||||||
|
|
||||||
|
|
||||||
@click.group(
|
@click.group(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue