From 0a7964072df7fab111e827921fc2be6789eacea2 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 27 Sep 2024 08:38:49 +0200 Subject: [PATCH] Put the path in the same line when listing to make grepping easier --- k4FWCore/scripts/k4run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4FWCore/scripts/k4run b/k4FWCore/scripts/k4run index bd34ce32..3abcad48 100755 --- a/k4FWCore/scripts/k4run +++ b/k4FWCore/scripts/k4run @@ -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()