Re: Issue with zipfile and symbolic link

2017-05-30 Thread MRAB
On 2017-05-30 08:45, loial wrote: I am reading a list of pdf files from a directory which is a symbolic link and adding them to a zip file. Issue I have is that the zip files are being added as empty directories rather than the actual pdf files. My code is below. Any idea why this happening?

Issue with zipfile and symbolic link

2017-05-30 Thread loial
I am reading a list of pdf files from a directory which is a symbolic link and adding them to a zip file. Issue I have is that the zip files are being added as empty directories rather than the actual pdf files. My code is below. Any idea why this happening? # ZIP pdfs subdirectory