Skip to content

Commit 6ff98a5

Browse files
author
JarneRenders
committed
fix typo
1 parent a8b3001 commit 6ff98a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_tools/hooks_hydra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
LOCAL_ARCH_SUFFIX = os.getenv('VSC_ARCH_SUFFIX')
6868
LOCAL_ARCH_FULL = f'{LOCAL_ARCH}{LOCAL_ARCH_SUFFIX}'
6969

70-
VALID_TCGENS = ['2024a, 2025a']
70+
VALID_TCGENS = ['2024a', '2025a']
7171
VALID_MODULES_SUBDIRS = VALID_TCGENS + ['system']
7272
VALID_TCS = ['foss', 'intel', 'gomkl', 'gimkl', 'gimpi']
7373

0 commit comments

Comments
 (0)