2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Fix for delete-data command

This commit is contained in:
Oliver 2021-06-21 10:38:50 +10:00
parent 8e9e04b400
commit 5198c5f9fa

View File

@ -375,7 +375,7 @@ def delete_data(c, force=False):
""" """
if force: if force:
manage(c, 'flush', '--noinput') manage(c, 'flush --noinput')
else: else:
manage(c, 'flush') manage(c, 'flush')