Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored May 24, 2024
1 parent 85fc16a commit 1af1ea3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ctlearn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ def get_git_describe_version(abbrev=7):
"""return the string output of git desribe"""
try:
with open(devnull, "w") as fnull:

print(list_all_tags_for_remote_git_repo())
#arguments = [GIT_COMMAND, "describe", "--tags", "--abbrev=%d" % abbrev]
#return (
# check_output(arguments, cwd=CURRENT_DIRECTORY, stderr=fnull)
Expand Down

0 comments on commit 1af1ea3

Please sign in to comment.