Python: suppressing warnings from Python applications
Python issues warning messages to users when an exception or halting the program is not warranted but there is still useful information that should be relayed to the end user. Instead of following your first instincts to suppress these warnings you should instead resolve the root issue. However, if you already understand the problem and … Python: suppressing warnings from Python applications