We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86013e commit 85d8f50Copy full SHA for 85d8f50
format/osi2read.py
@@ -51,7 +51,7 @@ def main():
51
52
# Initialize the OSI trace class
53
trace = OSITrace()
54
- trace.from_file(path=args.data, type_name=args.type, format_type=args.format)
+ trace.from_file(path=args.data, type_name=args.type)
55
56
args.output = args.output.split(".", 1)[0] + ".txth"
57
0 commit comments