mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2024-12-04 15:05:52 +01:00
fixes python3 installation error
Fixes invalid syntax error
This commit is contained in:
parent
c594ff41d6
commit
5669e4e289
@ -95,7 +95,7 @@ class JSTOR(Plugin):
|
||||
replacements.append([objid, better_content])
|
||||
|
||||
page_id += 1
|
||||
except PDFObjectNotFound, e:
|
||||
except PDFObjectNotFound as e:
|
||||
print >>sys.stderr, 'Missing object: %r' % e
|
||||
|
||||
if verbose >= 1 and replacements:
|
||||
|
Loading…
Reference in New Issue
Block a user