nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Error message not appropriate for import input #5749

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

Steps to reproduce
import random.csv

Expected result
Error message stating that the file does not exist.

Actual result
Error message stating that the file cannot be read (but it doesn't exist in the first place)

Screenshots
Screen Shot 2021-11-12 at 4.58.13 PM.png


[original: nus-cs2103-AY2122S1/pe-interim#5778] [original labels: severity.Low type.FeatureFlaw]

jonas-chow commented 2 years ago

Team's Response

The file not existing is a subset of failing to read from the file.

i.e. I failed to read from the file because the file does not exist

Duplicate status (if any):

--