From: SourceForge.net <no...@so...> - 2011-07-27 18:23:16
|
Bugs item #3380181, was opened at 2011-07-27 22:23 Message generated for change (Tracker Item Submitted) made by tyvik8 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746843&aid=3380181&group_id=140566 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: TyVik (tyvik8) Assigned to: Nobody/Anonymous (nobody) Summary: Method isDeleted on linux Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746843&aid=3380181&group_id=140566 |