Skip to content

Commit 711f7f9

Browse files
committed
add missing colon
1 parent 734c1ae commit 711f7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def parse_hook_bump_rust_version_in_2022b_for_a64fx(ec, eprefix):
443443
because version 1.65.0 has build issues.
444444
"""
445445
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
446-
if cpu_target == CPU_TARGET_A64FX
446+
if cpu_target == CPU_TARGET_A64FX:
447447
if is_gcccore_1220_based(ecname=ec['name'], ecversion=ec['version'],
448448
tcname=ec['toolchain']['name'], tcversion=ec['toolchain']['version']):
449449

0 commit comments

Comments
 (0)