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 a102964 commit bc173d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctlearn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_git_describe_version(abbrev=7):
"""return the string output of git desribe"""
try:
with open(devnull, "w") as fnull:
arguments = ['git', 'describe', '--tags']
arguments = ['git', '--version']
print('HOLA1')
cmd = 'git describe --tags --match [0-9]*'.split()
# print(check_output(cmd, shell=True).decode().strip())
Expand Down

0 comments on commit bc173d3

Please sign in to comment.