mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed small issue in launch logic
This commit is contained in:
parent
011508cfe0
commit
ab943e7aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ class ApplicationLaunchContext:
|
|||
Returns:
|
||||
subprocess.Popen: Created process as Popen object.
|
||||
"""
|
||||
if self.process is None:
|
||||
if self.process is not None:
|
||||
self.log.warning("Application was already launched.")
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue