Python Forum
try: except not returning a value
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
try: except not returning a value
#3
Your first findall string does not have a '?' The second one does.
Don't capture every possible exception, capture a specific exception you want to handle.
Reply


Messages In This Thread
try: except not returning a value - by NewBeie - Jul-14-2020, 10:35 AM
RE: try: except not returning a value - by DeaD_EyE - Jul-14-2020, 10:51 AM
RE: try: except not returning a value - by Yoriz - Jul-14-2020, 11:24 AM
RE: try: except not returning a value - by NewBeie - Jul-14-2020, 12:18 PM
RE: try: except not returning a value - by ndc85430 - Jul-14-2020, 01:33 PM
RE: try: except not returning a value - by ndc85430 - Jul-14-2020, 11:25 AM
RE: try: except not returning a value - by DeaD_EyE - Jul-14-2020, 12:29 PM

Forum Jump:

User Panel Messages

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