Skip to content

Commit

Permalink
fixes #51: removes run_test.py
Browse files Browse the repository at this point in the history
fixes #51 remove literal path
  • Loading branch information
Maxence Guindon committed Apr 8, 2024
1 parent fb65e76 commit 9ec9d76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion pipelines_version_insertion.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def pipeline_insertion(json_path:str):

def main():
try:
json_path = argv[1] if len(argv) > 1 else r"C:\Users\guindonmax\Documents\Nachet\blob_storage_test.json"
json_path = argv[1]
print(pipeline_insertion(json_path))
except (IndexError, PipelineInsertionError) as error:
if isinstance(error, IndexError):
Expand Down
29 changes: 0 additions & 29 deletions run_tests.py

This file was deleted.

0 comments on commit 9ec9d76

Please sign in to comment.