Skip to content

Commit

Permalink
fix indention error
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 25, 2024
1 parent 2e78b71 commit 2af6b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def pre_configure_hook_pytorch_add_cupti_libdir(self, *args, **kwargs):
else:
env.setvar('LIBRARY_PATH', _cupti_lib_dir)
print_msg("pre_configure_hook_pytorch_add_cupti_libdir: LIBRARY_PATH: '%s'", os.getenv('LIBRARY_PATH'))
else:
else:
raise EasyBuildError("PyTorch-specific hook triggered for non-PyTorch easyconfig?!")


Expand Down

0 comments on commit 2af6b1a

Please sign in to comment.