Skip to content

Commit ba539e9

Browse files
committed
fix: Fix broken lints
1 parent 5e72829 commit ba539e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cms/djangoapps/modulestore_migrator

cms/djangoapps/modulestore_migrator/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ def bulk_migrate_from_modulestore(
856856
status.set_state(MigrationStep.FORWARDING.value)
857857
if forward_source_to_target:
858858
for source_data in source_data_list:
859-
if not source_data.is_failed:
859+
if not source_data.migration.is_failed:
860860
_forwarding_content(source_data)
861861
status.increment_completed_steps()
862862

0 commit comments

Comments
 (0)