kfl / staffeli_nt

Staffeli NT Technology
MIT License
8 stars 7 forks source link

Multi zip file fix #56

Closed madsobitsoe closed 2 years ago

madsobitsoe commented 2 years ago

Solves #52

If a student hands in multiple files that look like zip-files, i.e. either have .zip in the filename or mime_class == 'zip', do

  1. Unzip into separate directories named as original_filename.zip_unpacked
  2. Do not submit to OnlineTA if requested
kfl commented 2 years ago

Looks good