11 lines
308 B
Python
11 lines
308 B
Python
|
# Open all PDF files in the working directory.
|
||
|
|
||
|
# Loop through data and remove duplicate codes.
|
||
|
|
||
|
# Check for existing codes via OwlBoard API.
|
||
|
# Validate existing codes and submit issue if not correct.
|
||
|
|
||
|
# Use the train list to search for stopping pattern of any absent codes.
|
||
|
|
||
|
|
||
|
# Format file and commit to git
|