Open
Description
We should use except exception as e
instead of only except exception
, otherwise it often difficult to debug the code. Like in issue #398 it shows module not exists because of import error in that module. This often deceiving and sometimes take bit of our time.
OS: Backbox
OS Version: 7.1
Python Version: 3.8.5