Skip to content
Snippets Groups Projects
  1. Jan 26, 2017
  2. Jan 14, 2017
  3. Jan 02, 2017
  4. Dec 24, 2016
  5. Dec 22, 2016
  6. Dec 17, 2016
  7. Dec 07, 2016
  8. Nov 07, 2016
  9. Aug 15, 2016
  10. Aug 11, 2016
  11. Jun 16, 2016
  12. Jun 15, 2016
  13. Apr 04, 2016
  14. Apr 01, 2016
  15. Mar 14, 2016
  16. Mar 13, 2016
  17. Feb 26, 2016
  18. Feb 25, 2016
  19. Dec 15, 2015
  20. Oct 19, 2015
    • Laurent Peuch's avatar
      Merge pull request #73 from Psycojoker/common_errors · 878463f9
      Laurent Peuch authored
      Common errors
      878463f9
    • Pierre Penninckx's avatar
      [fix] fix comparing strings with None values · 04bc4e2c
      Pierre Penninckx authored
      A test testing bad indentation using python3 led to a bad fix by adding
      an UnexpectedIndentation exception. In fact, the root cause was
      a discrepency between python2 and python3 for comparing None values to
      string. The added exception and try catch was thus hiding this.
      
      This commit fixes the problem correctly by handling None values
      similarly in python2 and python3. It highlights also where does the None
      value comes from.
      04bc4e2c
  21. Oct 16, 2015
Loading