Skip to content

Commit

Permalink
Update eessi/testsuite/hooks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Moors <smoors@users.noreply.github.com>
  • Loading branch information
casparvl and smoors authored Feb 13, 2024
1 parent 950863b commit f879bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def _set_or_append_valid_systems(test: rfm.RegressionTest, valid_systems: str):
warn_msg = f"valid_systems has multiple ({len(test.valid_systems)}) items,"
warn_msg += f" which is not supported by this hook."
warn_msg += f" Make sure to handle filtering yourself."
warning.warn(warn_msg)
warnings.warn(warn_msg)
return


Expand Down

0 comments on commit f879bb1

Please sign in to comment.