troeger / opensubmit

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Don't crash on single file archives for validators #190

Closed troeger closed 7 years ago

troeger commented 7 years ago

Executors for the last release crash if they fetch a single file archive as validator.

Workaround: Just upload the Python script as validator, don't ZIP it.

Should be already fixed with the rewritten executor code in master. Add an according test before closing this issue.

troeger commented 7 years ago

Given by validator_legacy_working.zip