From 27ea7521007a0a5374d0d962e0f58b7576e2fcfe Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 9 Nov 2018 19:57:18 +0000 Subject: [PATCH] Updated a patch and removed one from the patch list in settings. - Legacy-Id: 15742 --- ietf/settings.py | 1 - patch/fix-patch-no-chdir.patch | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index 172c5bc32..4bf388aff 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -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: diff --git a/patch/fix-patch-no-chdir.patch b/patch/fix-patch-no-chdir.patch index 64e5b120d..bea63dcb2 100644 --- a/patch/fix-patch-no-chdir.patch +++ b/patch/fix-patch-no-chdir.patch @@ -51,3 +51,4 @@ - # todo: check for premature eof return (errors == 0) +