[Tutor] How to skip a single file when using shutil.make_archive()

Anthony Papillion papillion at gmail.com
Sat Aug 15 00:27:04 CEST 2015


Hello Everyone,

I'm creating an archive of a directory using shutil.make_archive and need
to skip a single file if it is present in that directory. Is there a way to
do this or should I be looking to ZipFile to meet this need?

Thanks


More information about the Tutor mailing list