'testing' feature
This commit is contained in:
@@ -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
|
import os, sys
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import csv
|
import csv
|
||||||
@@ -36,4 +40,5 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user