Skip to content

Commit

Permalink
Fix overlong line
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 5, 2024
1 parent ce8c994 commit 28e13cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/podio-dump
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def print_general_info(reader, filename):
legacy_text = " (this is a legacy file!)" if reader.is_legacy else ""
print(
f"input file: {filename}{legacy_text}\n"
f" (written with podio version: {version_as_str(reader.current_file_version())})\n"
" (written with podio version: "
f"{version_as_str(reader.current_file_version())})\n"
)
print(
"datamodel model definitions stored in this file: "
Expand Down

0 comments on commit 28e13cf

Please sign in to comment.