From a2491be3518d64894909f6878aa5deddd0cf29e6 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 28 Sep 2015 14:06:45 -0500 Subject: [PATCH] Get continue_on_chapter_error to not show red in PI personal.ini edit. --- fanficfare/configurable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fanficfare/configurable.py b/fanficfare/configurable.py index c516a9e..14cbc09 100644 --- a/fanficfare/configurable.py +++ b/fanficfare/configurable.py @@ -326,6 +326,7 @@ def get_valid_keywords(): 'wrap_width', 'zip_filename', 'zip_output', + 'continue_on_chapter_error', ]) # *known* entry keywords -- or rather regexps for them.