From 00cf555efb96753c774ffff9cf592e21a58b26b7 Mon Sep 17 00:00:00 2001 From: vangef Date: Tue, 28 Feb 2023 00:07:24 +0000 Subject: [PATCH] 'testing' feature --- hash_submissions.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hash_submissions.py b/hash_submissions.py index 4472232..d0cd986 100644 --- a/hash_submissions.py +++ b/hash_submissions.py @@ -1,3 +1,7 @@ +### TESTING +### feature to hash all gradebook submission files, and check for duplicates across all students / submissions +### not fully implemented yet - only creates hashes and outputs to csv for manual inspection + import os, sys from datetime import datetime import csv @@ -36,4 +40,5 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main() +