Skip to content

Commit 22db16b

Browse files
committed
fix python syntax
Signed-off-by: laraPPr <[email protected]>
1 parent fa18458 commit 22db16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eb_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,8 +967,8 @@ def pre_configure_hook_LAMMPS_zen4_and_Aarch64_cuda(self, *args, **kwargs):
967967
self.log.info("Setting CXXFLAGS to disable NEON: %s", cxxflags)
968968
env.setvar('CXXFLAGS', cxxflags)
969969

970-
else:
971-
raise EasyBuildError("LAMMPS-specific hook triggered for non-LAMMPS easyconfig?!")
970+
else:
971+
raise EasyBuildError("LAMMPS-specific hook triggered for non-LAMMPS easyconfig?!")
972972

973973
def pre_configure_hook_cmake_system(self, *args, **kwargs):
974974
"""

0 commit comments

Comments
 (0)