Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 19, 2024
1 parent 229dd92 commit 049efef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/podio-merge-files
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ else:
categories = list(reader.categories)
is_metadata_available = True # pylint: disable=invalid-name
try:
# All frames will be copied as they are except the metadata ones
categories.remove("metadata")
except ValueError:
is_metadata_available = False # pylint: disable=invalid-name
Expand Down

0 comments on commit 049efef

Please sign in to comment.