Skip to content

Commit 27ea752

Browse files
committed
Updated a patch and removed one from the patch list in settings.
- Legacy-Id: 15742
1 parent 5c958e7 commit 27ea752

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,6 @@ def skip_unreadable_post(record):
980980
'patch/fix-django-unicode-comparison-bug.patch',
981981
'patch/fix-unidecode-argument-warning.patch',
982982
'patch/fix-faker-provider-ro-RO-string.patch',
983-
'patch/add-patch-already-patched-flag.patch',
984983
'patch/fix-patch-no-chdir.patch',
985984
]
986985
if DEBUG:

patch/fix-patch-no-chdir.patch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@
5151
-
5252
# todo: check for premature eof
5353
return (errors == 0)
54+

0 commit comments

Comments
 (0)