Skip to content

Commit

Permalink
try to hit dockstore
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 12, 2024
1 parent fb32b77 commit 318611b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dockstore_api/fetch_dockstore_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def fetch_workflow_and_version_ids(token, repository, subclass, version_name):
if version["name"] == version_name),
None
)
#increase the version number by 1
version_id = version_id + 1

if not workflow_id or not version_id:
raise ValueError("Workflow ID or Version ID could not be found.")
Expand Down

0 comments on commit 318611b

Please sign in to comment.