lebedov / python-pdfbox

Python interface to Apache PDFBox command-line tools.
Other
75 stars 24 forks source link

Cache Directory #4

Closed bradfox2 closed 5 years ago

bradfox2 commented 5 years ago

Line 105, cache_dir.mkdir(exist_ok=True), was getting FileNotFound Error.

Needed to pass parents=True to mkdir to complete the command.

Windows 10, Python 3.6.4

lebedov commented 5 years ago

Fixed - thanks.