Skip to content

Commit

Permalink
another TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed May 24, 2024
1 parent 90df5d9 commit e451314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflowhub_graph/source_crates.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def process_workflow_ids(
)
else:
# TODO: Where does version come from?
# TODO: make mutliple versions or the latest version
endpoint = ZIP_ENDPOINT.format(w_id=workflow_id, w_version=1)
json_content = download_and_extract_json_from_zip(base_url + endpoint)

Expand Down

0 comments on commit e451314

Please sign in to comment.