2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 23:08:28 +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
+1 -1
View File
@@ -375,7 +375,7 @@ def delete_data(c, force=False):
"""
if force:
manage(c, 'flush', '--noinput')
manage(c, 'flush --noinput')
else:
manage(c, 'flush')