Consequences of 3656:ee3c7f3d964f. Deal with the fact that some subdocs may not have a filename field at all
This commit is contained in:
parent
9a40f9c2e9
commit
c345f21067
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,8 @@ else:
|
|||
ISP3 = False
|
||||
|
||||
def utf8string(s):
|
||||
if s is None:
|
||||
return "None"
|
||||
if ISP3:
|
||||
return s
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue