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 38348fb commit 518c0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctlearn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_git_describe_version(abbrev=7):
arguments = [GIT_COMMAND, "describe", "--tags", "--abbrev=%d" % abbrev]
cmd = 'git describe --tags --match [0-9]*'.split()
print(check_output(cmd, shell=True).decode().strip())
print('HOLA')
return (
check_output("git describe --tags", cwd=CURRENT_DIRECTORY, stderr=fnull)
.decode("ascii")
Expand Down

0 comments on commit 518c0e4

Please sign in to comment.