diff options
Diffstat (limited to 'backend/tolData/reviewImgsToGen.py')
| -rwxr-xr-x | backend/tolData/reviewImgsToGen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/tolData/reviewImgsToGen.py b/backend/tolData/reviewImgsToGen.py index 88822c5..dcf18bc 100755 --- a/backend/tolData/reviewImgsToGen.py +++ b/backend/tolData/reviewImgsToGen.py @@ -66,6 +66,7 @@ if os.path.exists(enwikiImgDir): print(f"WARNING: No node found for {enwikiImgDir}{filename}") print(f"Result: {len(nodeToImgs)} nodes with images") print("Filtering out already-made image choices") + oldSz = len(nodeToImgs) if os.path.exists(outFile): with open(outFile) as file: |
