fix: When running the task-creating task which regenerates all course outlines,

continue instead of returning when an unsupported course key is encountered.
This commit is contained in:
Julia Eskew
2021-06-24 16:41:03 -04:00
committed by Julia Eskew
parent a45dbdbbcf
commit a1914f6d31

View File

@@ -685,7 +685,7 @@ def update_all_outlines_from_modulestore_task():
),
course_key_str
)
return
continue
update_outline_from_modulestore_task.delay(course_key_str)
except Exception: # pylint: disable=broad-except