File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,9 @@ services:
222222 # REMOVE_FAILED_DOWNLOADS: True
223223 # REMOVE_FAILED_IMPORTS: |
224224 # message_patterns:
225- # - Not a Custom Format upgrade for existing*
226- # - Not an upgrade for existing*
227- # - \ *Found potentially dangerous file with extension*
225+ # - " Not a Custom Format upgrade for existing*"
226+ # - " Not an upgrade for existing*"
227+ # - " *Found potentially dangerous file with extension*"
228228 # REMOVE_METADATA_MISSING: |
229229 # max_strikes: 3
230230 # REMOVE_MISSING_FILES: True
Original file line number Diff line number Diff line change 2020 remove_failed_downloads :
2121 remove_failed_imports :
2222 message_patterns :
23- - Not a Custom Format upgrade for existing*
24- - Not an upgrade for existing*
25- # - \ *Found potentially dangerous file with extension*
23+ - " Not a Custom Format upgrade for existing*"
24+ - " Not an upgrade for existing*"
25+ - " *Found potentially dangerous file with extension*"
2626 remove_metadata_missing :
2727 # max_strikes: 3
2828 remove_missing_files :
You can’t perform that action at this time.
0 commit comments