Add Unicode TODO note for isFileSame check
This commit is contained in:
parent
d876d158d8
commit
ff569a96bb
@ -423,7 +423,7 @@ class SyncplayUser(object):
|
|||||||
self.file = file_
|
self.file = file_
|
||||||
|
|
||||||
def isFileSame(self, file_):
|
def isFileSame(self, file_):
|
||||||
def stripfilename(filename):
|
def stripfilename(filename): #TODO: Add proper Unicode support
|
||||||
return re.sub(constants.FILENAME_STRIP_REGEX,"",filename)
|
return re.sub(constants.FILENAME_STRIP_REGEX,"",filename)
|
||||||
|
|
||||||
if(not self.file):
|
if(not self.file):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user