Skip to content

Commit 1c0d92e

Browse files
2 parents cf666f5 + f4ba2c0 commit 1c0d92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ingest_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, filepath: str):
7777
self.ingest_ignored_formats = [self.ingest_ignored_formats]
7878

7979
# Add known temporary / partial extensions
80-
for tmp_ext in ("crdownload", "download", "part", "uploading"):
80+
for tmp_ext in ("crdownload", "download", "part", "uploading", "temp"):
8181
if tmp_ext not in self.ingest_ignored_formats:
8282
self.ingest_ignored_formats.append(tmp_ext)
8383

0 commit comments

Comments
 (0)