you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago

This gives some better context. https://stackoverflow.com/questions/21553327/why-is-except-pass-a-bad-programming-practice

But essentially ignoring every single error a program could generate is not great. It'd be better to know what those errors are and fix/prevent them from occurring in the first place.

  • source
  • parent