From 25d6cbf26dcab3a40046363c0287f850279cc080 Mon Sep 17 00:00:00 2001 From: npetrill Date: Thu, 12 Dec 2024 14:14:46 -0500 Subject: [PATCH] try to hit dockstore --- scripts/dockstore_api/fetch_dockstore_commit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dockstore_api/fetch_dockstore_commit.py b/scripts/dockstore_api/fetch_dockstore_commit.py index 85f353ed22..e2a233bbd1 100644 --- a/scripts/dockstore_api/fetch_dockstore_commit.py +++ b/scripts/dockstore_api/fetch_dockstore_commit.py @@ -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.")