Skip to content

Commit

Permalink
debugging fetch_dockstore_commit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 2, 2025
1 parent 508f84d commit 86a3a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dockstore_api/fetch_dockstore_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def fetch_commit_id(token, repository, version_name):

# Fetch the specific version details to get the commit ID
version_url = f"https://dockstore.org/api/workflows/{workflow_id}/workflowVersions/{version_id}"
print(f"Fetching commit ID from {version_url}...")
version_response = requests.get(version_url, headers=headers)
version_response.raise_for_status()
version_data = version_response.json()
Expand Down

0 comments on commit 86a3a76

Please sign in to comment.