svn: r7749
This commit is contained in:
Alex Roitman 2006-12-02 07:34:48 +00:00
parent bd7e25ee55
commit 2ab176ac9a

View File

@ -312,7 +312,8 @@ class CheckIntegrity:
# Once we are here, fix the mime string if not str
if type(data[3]) != str:
try:
data[3] = str(data{3])
if data[3] == str(data{3]):
data[3] = str(data{3])
except:
data[3] = ""
self.progress.step()