Skip to content

Commit

Permalink
fix(configs): add use_pipe_obj and return_pipe_obj flags
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 26, 2023
1 parent 3d217a0 commit 6b10ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyfi/pipeline/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ class PipeConfig(BaseRunConfig):

_pipe_: str = ""
_run_: str = ""
use_pipe_obj: bool = True
pipe_obj_arg_name: Optional[str] = ""
return_pipe_obj: bool = False
task: Optional[TaskConfig] = None

def set_enviroment(self):
Expand Down

0 comments on commit 6b10ceb

Please sign in to comment.