From ae881242943e298e268bd7f5e6a4f719f2db9527 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 14 Nov 2024 16:10:44 +1100 Subject: [PATCH] Additional output for invoke tasks (#8476) --- tasks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks.py b/tasks.py index 3ab384652d..3137b2eefe 100644 --- a/tasks.py +++ b/tasks.py @@ -372,6 +372,7 @@ def clean_settings(c): """Clean the setting tables of old settings.""" info('Cleaning old settings from the database') manage(c, 'clean_settings') + success('Settings cleaned successfully') @task(help={'mail': "mail of the user who's MFA should be disabled"}) @@ -624,6 +625,8 @@ def update( if not skip_static: static(c, frontend=not no_frontend) + success('InvenTree update complete!') + # Data tasks @task(