mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove dangling comment
This commit is contained in:
parent
34f5259980
commit
9cbf78542c
@ -135,7 +135,6 @@ class ModelInstallService(ModelInstallServiceBase):
|
|||||||
|
|
||||||
def stop(self, invoker: Optional[Invoker] = None) -> None:
|
def stop(self, invoker: Optional[Invoker] = None) -> None:
|
||||||
"""Stop the installer thread; after this the object can be deleted and garbage collected."""
|
"""Stop the installer thread; after this the object can be deleted and garbage collected."""
|
||||||
# do manual acquire() so as to receive signals
|
|
||||||
if not self._running:
|
if not self._running:
|
||||||
raise Exception("Attempt to stop the install service before it was started")
|
raise Exception("Attempt to stop the install service before it was started")
|
||||||
self._logger.debug("calling stop_event.set()")
|
self._logger.debug("calling stop_event.set()")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user