votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
153 stars 43 forks source link

Issue with zip file pack #33

Closed dasari4321 closed 3 years ago

dasari4321 commented 3 years ago

https://github.com/votchallenge/toolkit/blob/36ff562a1158389ac5edbb13213ad8fecfee5492/vot/utilities/cli.py#L315

This is working:

with zipfile.ZipFile(archive_name, 'w') as archive:

lukacu commented 3 years ago

Thanks for the workaround, I will investigate why the original code is no longer working.