Add trailing commas to multiline lists, to prevent string concatenation bugs

This commit is contained in:
Calen Pennington
2014-02-13 13:12:42 -05:00
parent a2efb796b6
commit 3a7b265c8a
7 changed files with 8 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ html_problem_semantics = [
"script",
"hintgroup",
"openendedparam",
"openendedrubric"
"openendedrubric",
]
log = logging.getLogger(__name__)