Merge branch 'issue1425' of https://github.com/matmair/InvenTree into issue1425

This commit is contained in:
Matthias 2021-05-04 21:57:44 +02:00
commit a6fc5d2ebe

View File

@ -65,7 +65,7 @@ def manage(c, cmd, pty=False):
cmd - django command to run
"""
c.run('cd {path} && python3 manage.py {cmd}'.format(
c.run('cd "{path}" && python3 manage.py {cmd}'.format(
path=managePyDir(),
cmd=cmd
), pty=pty)