Neeraj Saini

Results 1 comments of Neeraj Saini

I had the same issue and solved it by replacing `exc_info is not None ` with `exc_info is not None and sorted(exc_info) != sorted((None, None, None))`