From cbefb6a502c72981b37ddd4dfec7a23f2b6f4550 Mon Sep 17 00:00:00 2001 From: npetrill Date: Thu, 12 Dec 2024 15:45:56 -0500 Subject: [PATCH] grabbranch name --- scripts/dockstore_api/fetch_dockstore_commit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/dockstore_api/fetch_dockstore_commit.py b/scripts/dockstore_api/fetch_dockstore_commit.py index 7430e88b1b..430cd80a2d 100644 --- a/scripts/dockstore_api/fetch_dockstore_commit.py +++ b/scripts/dockstore_api/fetch_dockstore_commit.py @@ -35,7 +35,6 @@ def fetch_commit_id(token, repository, version_name): if not commit_id: raise ValueError("Commit ID could not be found.") - print(f"Dockstore Commit ID: {commit_id}") return commit_id if __name__ == "__main__": @@ -49,4 +48,4 @@ def fetch_commit_id(token, repository, version_name): commit_id = fetch_commit_id(token, repository, version_name) print(commit_id) except Exception as e: - print(f"Error: {e}") + print(f"Error: {e}") \ No newline at end of file