Skip to content
Snippets Groups Projects
Commit 1b8195be authored by =Awais Jibran's avatar =Awais Jibran Committed by Awais Jibran
Browse files

Fix NR Dashbaord inconsistency with failed state

parent 889458e2
No related merge requests found
......@@ -730,8 +730,8 @@ def validate_course_olx(courselike_key, course_dir, status):
if bypass_olx_failure_enabled():
return olx_is_valid
status.fail(UserErrors.OLX_VALIDATION_FAILED)
monitor_import_failure(courselike_key, status.state, message=validation_failed_mesg)
status.fail(UserErrors.OLX_VALIDATION_FAILED)
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment