Skip to content

Commit 85d8f50

Browse files
thomassedlmayerpmai
authored andcommitted
Remove format_type arg from function call
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent b86013e commit 85d8f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format/osi2read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151

5252
# Initialize the OSI trace class
5353
trace = OSITrace()
54-
trace.from_file(path=args.data, type_name=args.type, format_type=args.format)
54+
trace.from_file(path=args.data, type_name=args.type)
5555

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

0 commit comments

Comments
 (0)