Skip to content

Commit

Permalink
Additional output for invoke tasks (#8476)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Nov 14, 2024
1 parent b1a5b1a commit ae88124
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"})
Expand Down Expand Up @@ -624,6 +625,8 @@ def update(
if not skip_static:
static(c, frontend=not no_frontend)

success('InvenTree update complete!')


# Data tasks
@task(
Expand Down

0 comments on commit ae88124

Please sign in to comment.