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

changes

parent 2a47a1aa
No related branches found
No related tags found
No related merge requests found
Pipeline #123308 passed
__version__ = "0.0.20"
__version__ = "0.0.21"
from . import loggs
from .pipes import *
......
......@@ -436,10 +436,10 @@ class BaseStep:
return req_step.load(session, extra=extra)
def set_arguments(self, session, **arguments):
...
raise NotImplementedError
def get_arguments(self, session):
...
raise NotImplementedError
def start_remotely(self, session, extra=None, **kwargs):
if not self.pipeline.use_celery:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment