Skip to content

Commit

Permalink
Fix formatting problems in DataSciencePipelinesKfp.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
  • Loading branch information
jgarciao committed Jun 28, 2024
1 parent c90c476 commit 48fd97b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ods_ci/libs/DataSciencePipelinesKfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ def create_run_from_pipeline_func(
# the current_path will be ods-ci
if current_path is None:
current_path = os.getcwd()
my_source = self.import_souce_code(
f"{current_path}/tests/Resources/Files/pipeline-samples/v2/{source_code}"
)
my_source = self.import_souce_code(f"{current_path}/tests/Resources/Files/pipeline-samples/v2/{source_code}")
pipeline = getattr(my_source, fn)

# pipeline_params
Expand Down

0 comments on commit 48fd97b

Please sign in to comment.