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 ec6b29a commit b86013eCopy full SHA for b86013e
format/OSITrace.py
@@ -54,7 +54,6 @@ def from_file(self, path, type_name="SensorView", max_index=-1):
54
self.scenario_file = open(path, "rb")
55
56
self.type_name = type_name
57
- self.format_type = format_type
58
self.timestep_count = self.retrieve_message()
59
60
def retrieve_message(self):
0 commit comments