Fix PEP8: E123 closing bracket does not match

indentation of opening bracket's line
This commit is contained in:
stv
2014-11-08 17:20:47 -08:00
parent 55de42d19c
commit 5a69feadeb
17 changed files with 23 additions and 19 deletions

View File

@@ -2121,7 +2121,8 @@ class CodeResponse(LoncapaResponse):
if not parsed:
log.error("Unable to parse external grader message as valid"
" XML: score_msg['msg']=%s", msg)
" XML: score_msg['msg']=%s", msg
)
return fail
return (True, score_result['correct'], score_result['score'], msg)

View File

@@ -442,7 +442,8 @@ class CourseFields(object):
"action_url": "SettingsDetails",
"action_text": _("Edit Course Schedule & Details"),
"action_external": False}]}
])
]
)
info_sidebar_name = String(
display_name=_("Course Info Sidebar Name"),
help=_("Enter the heading that you want students to see above your course handouts on the Course Info page. Your course handouts appear in the right panel of the page."),

View File

@@ -319,7 +319,7 @@ class PeerGradingModuleLinkedTest(unittest.TestCase, DummyModulestore):
'use_for_single_location': True,
'link_to_location': self.coe_location.to_deprecated_string(),
'graded': True,
})
})
@property
def scope_ids(self):