Skip to content

lisa.utils: Make get_call_site more robust

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr98 into next

inspect.stack() can sometimes raise IndexError under IPython for unclear reasons. Since get_call_site is mainly used for debug logging, just ignore that and report unknown call site.

Merge request reports