Skip to content
  1. Mar 05, 2021
  2. Mar 03, 2021
  3. Mar 01, 2021
  4. Feb 27, 2021
  5. Feb 26, 2021
  6. Feb 12, 2021
  7. Jan 18, 2021
  8. Jan 10, 2021
  9. Jan 09, 2021
  10. Dec 26, 2020
    • François DAILLOUX's avatar
      weboob.browser.browser.Browser.raise_for_status : raise exceptions where they are · 112b4582
      François DAILLOUX authored and hydrargyrum's avatar hydrargyrum committed
      Previously exceptions were all raised on the same line. This breaks external monitoring tools like sentry
      that aggregate exceptions by stacktrace.
      
      Because all those exceptions ARE raised at the same line in the code, those tools aggregate them.
      
      The solution here is to raise the exception directly when we decide what type of exception it is.
      
      The code is also easier to read if you raise the exception directly when you find it.
      112b4582
  11. Dec 11, 2020
  12. Nov 17, 2020
  13. Oct 28, 2020
  14. Sep 23, 2020
  15. Sep 09, 2020
  16. Aug 26, 2020
  17. Aug 07, 2020