From 0f07d19281b10be98ed771a9a9c99d4c38bc668a Mon Sep 17 00:00:00 2001 From: Chris Blanton Date: Mon, 25 Nov 2024 21:18:47 -0500 Subject: [PATCH] Remove hard-coded 2024.1 to 2024.01 translation --- fre/pp/checkoutScript.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fre/pp/checkoutScript.py b/fre/pp/checkoutScript.py index a2cd990f..f8d10075 100644 --- a/fre/pp/checkoutScript.py +++ b/fre/pp/checkoutScript.py @@ -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