mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
- Fix typo (cherry picked from commit bda237a13fb335c34c5afbb54630c66d82a64cd8) Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
d1042cde0e
commit
54f2072e97
2
tasks.py
2
tasks.py
@ -408,7 +408,7 @@ def restore(
|
|||||||
ignore_database=False,
|
ignore_database=False,
|
||||||
):
|
):
|
||||||
"""Restore the database and media files."""
|
"""Restore the database and media files."""
|
||||||
base_cmd = '--no-input --uncompress -v 2'
|
base_cmd = '--noinput --uncompress -v 2'
|
||||||
|
|
||||||
if path:
|
if path:
|
||||||
base_cmd += f' -I {path}'
|
base_cmd += f' -I {path}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user