Closed nicogodet closed 2 years ago
By default, export to single file is checked but the custom property 'singleFile' does not exist.
cView.customProperty('singleFile')
returns : True, False or None (and not 'true', 'false' or None)
Should be
if cView.customProperty('singleFile') in [None, True] and extension == '.pdf':
Tested OK locally
Describe the bug
I could create a small project to reproduce if you want.