Skip to content

Commit

Permalink
Remove format_type arg from function call
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sedlmayer <[email protected]>
  • Loading branch information
thomassedlmayer committed Feb 26, 2024
1 parent 1a80e3a commit 5428b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/osi2read.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():

# Initialize the OSI trace class
trace = OSITrace()
trace.from_file(path=args.data, type_name=args.type, format_type=args.format)
trace.from_file(path=args.data, type_name=args.type)

args.output = args.output.split(".", 1)[0] + ".txth"

Expand Down

0 comments on commit 5428b42

Please sign in to comment.