better debugging in tinker.py

This commit is contained in:
Braeden Sowinski committed 2022-09-09 14:10:01 -07:00
commit 2343290675
1 file changed
+1 -1
+1 -1
View File
@@ -29,7 +29,7 @@ def processing(msg: str):
sys.stdout.flush()
sleep(0.1)
def errorOutput(students): #-> Tuple[PrettyTable, dict, dict]:
def errorOutput(students) -> Tuple[PrettyTable, dict, dict]:
# Error Table calulation / output
f = open('./output/conflicts.json')
conflicts = json.load(f)