CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 0 forks source link

[ENHANCEMENT] Make .py Warning Clearer #19

Closed gregbell26 closed 1 year ago

gregbell26 commented 1 year ago

Description

Issue

Message when submission fails to be locate .py file is confusing.

Validation Error: No .py files were found
IO Error: IsADirectoryError

Suggestion

Make error message clearer and offer simple guidance to fix.

Validation Error: No .py files were found. Does your file end in .py?
IO Error: IsADirectoryError

Acceptance Criteria