We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba539e9 commit 1a13d1fCopy full SHA for 1a13d1f
1 file changed
cms/djangoapps/modulestore_migrator/tasks.py
@@ -850,6 +850,10 @@ def bulk_migrate_from_modulestore(
850
)
851
status.increment_completed_steps()
852
except: # pylint: disable=bare-except
853
+ # Mark this library as failed, migration of other libraries can continue
854
+ # If this case occurs and the migration ends without any further issues,
855
+ # the bulk migration status is success,
856
+ # TODO: add an intermediate status such as 'partially satisfactory'
857
source_data.migration.is_failed = True
858
859
# Forwarding legacy content to migrated content
0 commit comments