Skip to content

Commit 010724c

Browse files
authored
fix: Misspell in 0028_auto_20241107_1031.py (#7810)
1 parent a1c70c8 commit 010724c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_studio/projects/migrations/0028_auto_20241107_1031.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def forward_migration(migration_name):
5454
logger.info(f'Deleted {total_deleted} duplicate ProjectMember entries for project ID {project_id}.')
5555

5656
except Exception as e:
57-
migration.status = AsyncMigrationStatus.STATUS_FAILED
57+
migration.status = AsyncMigrationStatus.STATUS_ERROR
5858
migration.save()
5959
logger.error(f'Async migration {migration_name} failed: {e}')
6060
raise

0 commit comments

Comments
 (0)