satacker

Untitled

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