1. 05 Jan, 2016 5 commits
  2. 04 Jan, 2016 18 commits
  3. 01 Jan, 2016 3 commits
  4. 31 Dec, 2015 10 commits
  5. 30 Dec, 2015 2 commits
  6. 29 Dec, 2015 2 commits
    • Maxwell's avatar
      Fix UnicodeDecodeError · 3930e543
      Maxwell authored
      ```
      19:38:09 web.1                | Traceback (innermost last):
      19:38:09 web.1                |   File "/vagrant/frappe-bench/apps/frappe/frappe/utils/error.py", line 36, in make_error_snapshot
      19:38:09 web.1                |     snapshot = get_snapshot(exception)
      19:38:09 web.1                |   File "/vagrant/frappe-bench/apps/frappe/frappe/utils/error.py", line 67, in get_snapshot
      19:38:09 web.1                |     'evalue': cstr(evalue),
      19:38:09 web.1                |   File "/vagrant/frappe-bench/apps/frappe/frappe/utils/data.py", line 256, in cstr
      19:38:09 web.1                |     return unicode(s)
      19:38:09 web.1                |  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14: ordinal not in range(128)
      ```
      
      Dont ask me why this silly change works, but it works!
      3930e543
    • Nabin Hait's avatar
      Merge branch 'develop' · d45f3baa
      Nabin Hait authored
      d45f3baa