Skip to content

Commit

Permalink
Fix arg passing
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesLorre committed Dec 7, 2023
1 parent 86f491a commit 54ba090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fondant/pipeline/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(
)
self._run(output_path)
else:
self._run(input)
self._run(input, experiment_name=experiment_name)

def _run(
self,
Expand Down

0 comments on commit 54ba090

Please sign in to comment.