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 6e2f7f6 commit aceeacc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ctlearn/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ def format_git_describe(git_str, pep440=False):

def read_release_version():
"""Read version information from VERSION file"""
print('hola4')
print(VERSION_FILE)
print(path.exists(VERSION_FILE))
if not path.exists(VERSION_FILE):
return "unknown"
with open(VERSION_FILE) as f:
Expand Down

0 comments on commit aceeacc

Please sign in to comment.