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 cd80df1 commit 77e32fbCopy full SHA for 77e32fb
scripts/pmbuild.py
@@ -1315,7 +1315,7 @@ def pmbuild_profile_help(config, build_order):
1315
explicit_tasks = []
1316
for key in config:
1317
if key not in build_order and key not in non_profiles:
1318
- explicit_tasks.append(" " * 8 + key + "\n")
+ explicit_tasks.append(" " * 8 + key)
1319
1320
if len(explicit_tasks) > 0:
1321
print("")
0 commit comments