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.
2 parents c1b05d9 + efdb00f commit f982e66Copy full SHA for f982e66
easybuild/scripts/findPythonDeps.py
@@ -212,7 +212,7 @@ def main():
212
""")
213
parser = argparse.ArgumentParser(
214
description='Find dependencies of Python packages by installing it in a temporary virtualenv. ',
215
- epilog='\n'.join(examples),
+ epilog=examples,
216
formatter_class=argparse.RawDescriptionHelpFormatter
217
)
218
parser.add_argument('package', metavar='python-pkg-spec',
0 commit comments