Skip to content
Snippets Groups Projects
Commit 3a8335c1 authored by Timothe Jost's avatar Timothe Jost
Browse files

fix typo

parent 519abaa6
No related branches found
No related tags found
No related merge requests found
Pipeline #125494 passed
__version__ = "0.0.24" __version__ = "0.0.25"
from . import loggs from . import loggs
from .pipes import * from .pipes import *
......
...@@ -144,7 +144,7 @@ class Pipeline: ...@@ -144,7 +144,7 @@ class Pipeline:
celery = CeleryHandler(self.conf_path, self.pipeline_name) celery = CeleryHandler(self.conf_path, self.pipeline_name)
if celery.success: if celery.success:
self.self.celery = celery self.celery = celery
self.use_celery = True self.use_celery = True
else: else:
getLogger().warning( getLogger().warning(
...@@ -155,4 +155,4 @@ class Pipeline: ...@@ -155,4 +155,4 @@ class Pipeline:
def finalize(self): def finalize(self):
if self.use_celery: if self.use_celery:
self.celery.app.start() self.celery.app.start() # pyright: ignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment