Fixes for random crashes
* Removed papermill cell headers (prevented cell magics from working) * Changed bisect to bisect_right because of Python's name resolution acting stupid * Print exceptions when building message trees
This commit is contained in:
parent
c8a88fc785
commit
98cd6fc3db
3 changed files with 17 additions and 31 deletions
|
@ -1,7 +1,6 @@
|
|||
from collections import namedtuple, UserList
|
||||
from dataclasses import dataclass, field
|
||||
from typing import List, Dict, Optional, Set, TypeVar, Generic, Iterable
|
||||
import bisect
|
||||
|
||||
from tracetools_analysis.processor.ros2 import Ros2Handler
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue