mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Fixed command's 'running in background' output
'Oskar' on discord pointed out 2 distinct commands had identical output which was confusing
This commit is contained in:
@@ -7,4 +7,4 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args, **options):
|
||||
vacuum_eventless_issuetags.delay()
|
||||
self.stdout.write("Started tag vacuum via task queue.")
|
||||
self.stdout.write("Called vacuum_eventless_issuetags.delay(); the task will run in the background (snapea).")
|
||||
|
||||
@@ -7,4 +7,4 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args, **options):
|
||||
vacuum_tagvalues.delay()
|
||||
self.stdout.write("Started tag vacuum via task queue.")
|
||||
self.stdout.write("Called vacuum_tagvalues.delay(); the task will run in the background (snapea).")
|
||||
|
||||
Reference in New Issue
Block a user