Pete Shinners discovered that zipfile.ZipFile() is called with mode
argument "wb", while the only valid modes are "r", "w" or "a". Fix this by changing the mode to "w".
Showing
Please
register
or
sign in
to comment
argument "wb", while the only valid modes are "r", "w" or "a". Fix this by changing the mode to "w".