Skip to content

profile: prevent a crash

Pierre-Yves David requested to merge topic/stable/fix-profile into branch/stable

For some unknown reason, self.lineno can be None. The previous code crashed in such case, we now ignore the case, as we do for other error in this function.

Merge request reports