Skip to content

Commit

Permalink
Remove hard-coded 2024.1 to 2024.01 translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Nov 26, 2024
1 parent 7492c80 commit 0f07d19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fre/pp/checkoutScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ def _checkoutTemplate(experiment, platform, target, branch=None):

# branch and version parameters
default_tag = subprocess.run(["fre","--version"],capture_output=True, text=True).stdout.split()[2]
if default_tag == '2024.1': #hard coded solution to current discrepencies with fre --version
default_tag = '2024.01'
print('the default tag for directory ',directory,'/',name, ' is ', default_tag)
if branch != None:
print(branch)
if os.path.isdir(name): #scenario 4
Expand Down

0 comments on commit 0f07d19

Please sign in to comment.