LaurentCR / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

Error when comparing User to other type variable #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please type example code that produces the issue:
  user == None

What is the expected output? What do you see instead?
  expected: false
  get: AttributeError, NoneType has no attribute get_name

Please provide any additional information below.
  fix available at http://code.google.com/r/tian2992-pylast/source/detail?r=d27c47a9604148fd5eea1762af3ee974373b6c38

just hg pull https://tian2992@code.google.com/r/tian2992-pylast/
and then push to mainline.

Original issue reported on code.google.com by tian2992 on 18 Feb 2012 at 5:17

GoogleCodeExporter commented 9 years ago
Fixed in my fork: https://github.com/hugovk/pylast/issues/75

Original comment by hugovk@gmail.com on 1 Mar 2014 at 2:45