3
Answers

How can I get the full traceback of an error, including file name, fun

Ayush A

Ayush A

3y
563
1
How can I get the full traceback of an error, including file name, function name and line number without raising it? except Exception as e:print(e) will only print the text of the error
Answers (3)