From 4118849218e022b6d1c04f4f5bc67b51b58a682b Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Thu, 19 Sep 2024 15:49:06 +0200 Subject: [PATCH] Fix format --- tools/podio-merge-files | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/podio-merge-files b/tools/podio-merge-files index 8d15a281d..0dc9e45a6 100755 --- a/tools/podio-merge-files +++ b/tools/podio-merge-files @@ -17,9 +17,11 @@ parser.add_argument( default="first", help="metadata to include in the output file, default: only the one from the first event, other options: all events, none", ) -parser.add_argument("--metadata-category-name", - default="metadata", - help="name of the metadata category in the output file, default: metadata") +parser.add_argument( + "--metadata-category-name", + default="metadata", + help="name of the metadata category in the output file, default: metadata", +) args = parser.parse_args() all_files = set()