Closed calebbraun closed 5 years ago
There are several bare except: statements. Catch a specific exception instead. (See https://www.python.org/dev/peps/pep-0008/#programming-recommendations)
except:
Closing this to create more specific instances where this needs to be addressed.
There are several bare
except:
statements. Catch a specific exception instead. (See https://www.python.org/dev/peps/pep-0008/#programming-recommendations)