Closed progval closed 10 years ago
Catching all exceptions (as you do here) is a bad style in Python, for several reasons:
logging.warning()
[]
KeyboardInterrupt
Catching all exceptions (as you do here) is a bad style in Python, for several reasons:
logging.warning()
before returning[]
)KeyboardInterrupt
exceptions)