mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 00:39:28 +00:00
fix raise commanderror when migration failed
This commit is contained in:
@@ -168,4 +168,4 @@ class Command(BaseCommand):
|
||||
message = f" 🗙 {index_name} vid_type update failed"
|
||||
self.stdout.write(self.style.ERROR(message))
|
||||
self.stdout.write(response)
|
||||
CommandError(message)
|
||||
raise CommandError(message)
|
||||
|
||||
Reference in New Issue
Block a user