We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c958e7 commit 27ea752Copy full SHA for 27ea752
2 files changed
ietf/settings.py
@@ -980,7 +980,6 @@ def skip_unreadable_post(record):
980
'patch/fix-django-unicode-comparison-bug.patch',
981
'patch/fix-unidecode-argument-warning.patch',
982
'patch/fix-faker-provider-ro-RO-string.patch',
983
- 'patch/add-patch-already-patched-flag.patch',
984
'patch/fix-patch-no-chdir.patch',
985
]
986
if DEBUG:
patch/fix-patch-no-chdir.patch
@@ -51,3 +51,4 @@
51
-
52
# todo: check for premature eof
53
return (errors == 0)
54
+
0 commit comments