Skip to content

Commit

Permalink
binary.py cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <[email protected]>
  • Loading branch information
UlfBj committed Nov 11, 2024
1 parent caf4823 commit fc2f3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vss_tools/exporters/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ def cli(
with open(str(types_output), "wb") as f:
export_node(datatype_tree, f)
log.info("Binary datatype tree output generated in %s", types_output)

else:
log.warning("Ignoring type tree generation as no file name specified")
with open(str(output), "wb") as f:
export_node(tree, f)
log.info("Binary main tree output generated in %s", output)

0 comments on commit fc2f3b3

Please sign in to comment.