Update
svn: r7749
This commit is contained in:
parent
bd7e25ee55
commit
2ab176ac9a
@ -312,6 +312,7 @@ class CheckIntegrity:
|
|||||||
# Once we are here, fix the mime string if not str
|
# Once we are here, fix the mime string if not str
|
||||||
if type(data[3]) != str:
|
if type(data[3]) != str:
|
||||||
try:
|
try:
|
||||||
|
if data[3] == str(data{3]):
|
||||||
data[3] = str(data{3])
|
data[3] = str(data{3])
|
||||||
except:
|
except:
|
||||||
data[3] = ""
|
data[3] = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user