Updated a patch and removed one from the patch list in settings.

- Legacy-Id: 15742
This commit is contained in:
Henrik Levkowetz 2018-11-09 19:57:18 +00:00
parent 5c958e7010
commit 27ea752100
2 changed files with 1 additions and 1 deletions

View file

@ -980,7 +980,6 @@ CHECKS_LIBRARY_PATCHES_TO_APPLY = [
'patch/fix-django-unicode-comparison-bug.patch',
'patch/fix-unidecode-argument-warning.patch',
'patch/fix-faker-provider-ro-RO-string.patch',
'patch/add-patch-already-patched-flag.patch',
'patch/fix-patch-no-chdir.patch',
]
if DEBUG:

View file

@ -51,3 +51,4 @@
-
# todo: check for premature eof
return (errors == 0)