gabrielasd / pyeom

GNU General Public License v3.0
2 stars 0 forks source link

[MIS] Exceptions in MIS of Input Module #27

Closed moalaa closed 3 years ago

moalaa commented 4 years ago

Hello Gaby,

I believe you have FileNotFoundError as an exception for both access programs pare_inputfile, and check_inputs, is that correct? If yes, I suggest to make this exception separated :smile: 1

gabrielasd commented 3 years ago

This is the type of exception that is raised by Python when it fails to find a file. I didn't use custom names, however, in the code, a message is printed together with the exception to give more context to the user about what happened.