We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d8ebc commit 95e8c48Copy full SHA for 95e8c48
easybuild/tools/module_generator.py
@@ -666,7 +666,7 @@ def _generate_help_text(self):
666
if multi_deps:
667
compatible_modules_txt = '\n'.join([
668
"This module is compatible with the following modules, one of each line is required:",
669
- ] + ['* %s' % d for d in multi_deps])
+ ] + ['* %s' % d for d in set(multi_deps)])
670
lines.extend(self._generate_section("Compatible modules", compatible_modules_txt))
671
672
# Extensions (if any)
0 commit comments