Fix PEP8: E123 closing bracket does not match
indentation of opening bracket's line
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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."),
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user