mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Fix wrong label
This commit is contained in:
parent
9c1f748c4d
commit
ea54edb9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ class ProcessLauncher(QtCore.QObject):
|
|||
def start(self):
|
||||
if self._started:
|
||||
return
|
||||
self.log.info("Started launch logic of AfterEffects")
|
||||
self.log.info("Started launch logic of Photoshop")
|
||||
self._started = True
|
||||
self._start_process_timer.start()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue