Mac-Coleman / CSC-311-Scheduling-Algorithms

A process scheduling simulator written in Python for class
0 stars 1 forks source link

Added validation for inputs #1

Closed Mac-Coleman closed 1 year ago

Mac-Coleman commented 1 year ago

Inputs are now validated. A .txt, .csv, and .xml file can be provided as input, and an error will be produced if the input file does not match those types. A .xml file being specified will also cause an error if an additional argument is specified, as the .xml file is what should contain the arguments in that case.