Menu

#10 Method isDeleted on linux

-
closed-invalid
nobody
None
5
2015-08-09
2011-07-27
TyVik
No

Method isDeleted already return False. I look at source and replace
self.isDeleted = (rawDataString[0]=='0x2A') #del='*' notDel=' '
on
self.isDeleted = (rawDataString[0]==u'*') #del='*' notDel=' '
works, but I think it's not a good idea. Can you fix this bug? My OS is openSUSE 11.3, python 2.6.

Discussion

  • Aleksandr Smyshliaev

    • status: open --> closed-invalid
    • Group: --> -
     
  • Aleksandr Smyshliaev

    Sorry, cannot find the context. Probably this comes from v1, before the module was rewritten by yarcat.

     

Log in to post a comment.