Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 18, 2024
1 parent 9b604a0 commit 5ef1b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/podio-merge-files
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ if args.metadata == "none":

if not metadata_available:
print(
f"Warning: metadata category '{args.metadata_category_name}' not found in input files, it will be created"
f"Warning: metadata category '{args.metadata_category_name}'"
" not found in input files, it will be created"
)
all_frames = [podio.Frame()]
else:
Expand Down

0 comments on commit 5ef1b72

Please sign in to comment.