Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tradeback Errors
#2
I suppose if you knew where errors are occurring, you could capture each in try, except block, but what's the point?
Once you get a traceback error, your code is corrupt, so there's no way of knowing that anything is running properly after
the error occurred (all further processing may be corrupt as well).
Reply


Messages In This Thread
Tradeback Errors - by xwerswoodx - Jan-05-2019, 10:33 AM
RE: Tradeback Errors - by Larz60+ - Jan-05-2019, 11:24 AM
RE: Tradeback Errors - by xwerswoodx - Jan-05-2019, 11:29 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020