Skip to content

Commit

Permalink
cluster module is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Nov 4, 2024
1 parent 95455d0 commit 1179b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmod/lmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def assert_output(self):
self.stdout,
'cluster module not available (hidden)'
), # module av
sn.assert_found(rf'^{self.module}$', self.stdout, self.module), # module list
sn.assert_found(rf'^{self.module} <H>$', self.stdout, self.module), # module list
])


Expand Down

0 comments on commit 1179b52

Please sign in to comment.