function message
This commit is contained in:
1 file changed
+1
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env python3.11
|
#!/usr/bin/env python3.11
|
||||||
from app.util.globals import Error
|
from app.util.globals import Error
|
||||||
|
|
||||||
|
# validate user's inputed csv file contains required fields
|
||||||
def validateInputData(inputFileDir: str) -> Error:
|
def validateInputData(inputFileDir: str) -> Error:
|
||||||
with open(inputFileDir, newline='') as csvfile:
|
with open(inputFileDir, newline='') as csvfile:
|
||||||
includes = ['Pupil #', 'CrsNo', 'Description', 'Alternate?']
|
includes = ['Pupil #', 'CrsNo', 'Description', 'Alternate?']
|
||||||
|
|||||||
Reference in new issue
Block a user