delta2hdx / jsunpack-n

Automatically exported from code.google.com/p/jsunpack-n
GNU General Public License v2.0
0 stars 0 forks source link

UnboundLocalError in pdf.py #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In pdf.py, line 501 should read:

fileId = ''

rather than:

fileID = ''

The latter is a typo and leads to unbound local errors.

Original issue reported on code.google.com by shanecar...@gmail.com on 7 Aug 2014 at 12:01

GoogleCodeExporter commented 9 years ago
Thank you for reporting this, it has been fixed in 
https://code.google.com/p/jsunpack-n/source/detail?r=76.

Original comment by urul...@gmail.com on 8 Aug 2014 at 3:44