From 119cd288fea036894adc2bb6b901edc98027cee6 Mon Sep 17 00:00:00 2001 From: Max Tkachenko Date: Mon, 23 Jun 2025 00:48:22 +0300 Subject: [PATCH] fix: Misspell in 0028_auto_20241107_1031.py --- label_studio/projects/migrations/0028_auto_20241107_1031.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio/projects/migrations/0028_auto_20241107_1031.py b/label_studio/projects/migrations/0028_auto_20241107_1031.py index 4385d57685af..44bcbce8d1e9 100644 --- a/label_studio/projects/migrations/0028_auto_20241107_1031.py +++ b/label_studio/projects/migrations/0028_auto_20241107_1031.py @@ -54,7 +54,7 @@ def forward_migration(migration_name): logger.info(f'Deleted {total_deleted} duplicate ProjectMember entries for project ID {project_id}.') except Exception as e: - migration.status = AsyncMigrationStatus.STATUS_FAILED + migration.status = AsyncMigrationStatus.STATUS_ERROR migration.save() logger.error(f'Async migration {migration_name} failed: {e}') raise