From 15da2eb66a6820211670e274a3382f02b28e789c Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 18 Nov 2024 15:34:37 +0100 Subject: [PATCH] Format with black --- tools/podio-merge-files | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/podio-merge-files b/tools/podio-merge-files index c199b8e8c..5791f2fa6 100755 --- a/tools/podio-merge-files +++ b/tools/podio-merge-files @@ -18,7 +18,7 @@ parser.add_argument( choices=["none", "all", "first"], default="first", help="metadata to include in the output file, default: " - "only the one from the first file, other options: all files, none", + "only the one from the first file, other options: all files, none", ) parser.add_argument( "--metadata-category-name", @@ -59,7 +59,9 @@ if args.metadata == "none": sys.exit(0) if not metadata_available: - print(f"Warning: metadata category '{args.metadata_category_name}' not found in input files, it will be created") + print( + f"Warning: metadata category '{args.metadata_category_name}' not found in input files, it will be created" + ) all_frames = [podio.Frame()] else: if args.metadata == "first":