corymickelson / CommonPdf

Pdf utility library
16 stars 5 forks source link

Stamp burst needs to be written to tmp/ #4

Closed corymickelson closed 7 years ago

corymickelson commented 7 years ago

Stamp class _burst currently is writing burst files to root directory. For execution in AWS this will not allow the file to ever be read. Also burst files are persisting across requests.

tvbarajas commented 7 years ago

Pull request will fix the issue for writing temp files. #5

corymickelson commented 7 years ago

Added burst files clean up step.