Skip to content

Commit

Permalink
Set default output format to Turtle
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 15, 2024
1 parent 292103a commit 1c0d331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions case_dfxml/dfxml_to_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ def main() -> None:
if args.output_format is None
else args.output_format
)
if output_format is None:
output_format = "turtle"
graph.serialize(destination=args.out_graph, format=output_format)


Expand Down

0 comments on commit 1c0d331

Please sign in to comment.