Skip to content

Commit

Permalink
Put the path in the same line when listing to make grepping easier
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 27, 2024
1 parent a98b293 commit 0a79640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4FWCore/scripts/k4run
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main():
except ImportError:
path_to_component = "NotFound"
print(
f"{item} (from {cfgdb[item]['lib']}), \npath: {path_to_component}"
f"{item} (from {cfgdb[item]['lib']}), path: {path_to_component}"
)
sys.exit()

Expand Down

0 comments on commit 0a79640

Please sign in to comment.