Skip to content

Commit f4ba2c0

Browse files
Merge pull request #589 from brunofin/ignore-temp-ingest
Add 'temp' to ignored formats list
2 parents 733da42 + 0f03b4e commit f4ba2c0

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)