Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/tmp/traveler-integrated/./bundle.py", line 185, in <module>
- asyncio.get_event_loop().run_until_complete(main())
- File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
- return future.result()
- File "/tmp/traveler-integrated/./bundle.py", line 174, in main
- await db.processOtf2(datasetId, FakeFile(paths['otf2']))
- File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 70, in processOtf2
- await self.processRawTrace(datasetId, file, log)
- File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 142, in processRawTrace
- counts = self.processEvent(datasetId, currentEvent)
- File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 58, in processEvent
- self.sortedEventsByLocation[event['Location']].add((event['Timestamp'], event))
- File "/tmp/env/lib/python3.10/site-packages/sortedcontainers/sortedlist.py", line 272, in add
- pos = bisect_right(_maxes, value)
- TypeError: '<' not supported between instances of 'dict' and 'dict'
Advertisement
Add Comment
Please, Sign In to add comment