Skip to content

Commit f982e66

Browse files
authored
Merge pull request #4821 from Flamefire/20250318100414_new_pr_VblGIRHYUt
Fix help string of findPythonDeps.py
2 parents c1b05d9 + efdb00f commit f982e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/scripts/findPythonDeps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def main():
212212
""")
213213
parser = argparse.ArgumentParser(
214214
description='Find dependencies of Python packages by installing it in a temporary virtualenv. ',
215-
epilog='\n'.join(examples),
215+
epilog=examples,
216216
formatter_class=argparse.RawDescriptionHelpFormatter
217217
)
218218
parser.add_argument('package', metavar='python-pkg-spec',

0 commit comments

Comments
 (0)