Skip to content

Commit 2f4ed92

Browse files
committed
Added another message pattern for failed imports
1 parent 26ce251 commit 2f4ed92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,11 @@ services:
220220
# REMOVE_BAD_FILES: |
221221
# keep_archives: True
222222
# REMOVE_FAILED_DOWNLOADS: True
223-
# REMOVE_FAILED_IMPORTS: True
223+
# REMOVE_FAILED_IMPORTS: |
224+
# message_patterns:
225+
# - Not a Custom Format upgrade for existing*
226+
# - Not an upgrade for existing*
227+
# - \*Found potentially dangerous file with extension*
224228
# REMOVE_METADATA_MISSING: |
225229
# max_strikes: 3
226230
# REMOVE_MISSING_FILES: True

config/config_example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
message_patterns:
2323
- Not a Custom Format upgrade for existing*
2424
- Not an upgrade for existing*
25+
- \*Found potentially dangerous file with extension*
2526
remove_metadata_missing:
2627
# max_strikes: 3
2728
remove_missing_files:

0 commit comments

Comments
 (0)