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 318611b commit 25d6cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dockstore_api/fetch_dockstore_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def fetch_workflow_and_version_ids(token, repository, subclass, version_name):
None
)
#increase the version number by 1
version_id = version_id + 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 25d6cbf

Please sign in to comment.