How can I get the full traceback of an error, including file name, fun
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
Rajanikant HawaldarPosted Mar 24, 2021, 6:39 AM
Rijwan AnsariPosted Mar 23, 2021, 1:14 PM
Kiran MohantyPosted Mar 23, 2021, 10:09 AM