Merge branch 'issue1425' of https://github.com/matmair/InvenTree into issue1425
This commit is contained in:
commit
a6fc5d2ebe
2
tasks.py
2
tasks.py
|
|
@ -65,7 +65,7 @@ def manage(c, cmd, pty=False):
|
||||||
cmd - django command to run
|
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(),
|
path=managePyDir(),
|
||||||
cmd=cmd
|
cmd=cmd
|
||||||
), pty=pty)
|
), pty=pty)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue