mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Need to specify python3
This commit is contained in:
parent
db477bceab
commit
41db0ff60d
2
tasks.py
2
tasks.py
@ -188,7 +188,7 @@ def translate(c):
|
|||||||
|
|
||||||
path = os.path.join('InvenTree', 'script', 'translation_stats.py')
|
path = os.path.join('InvenTree', 'script', 'translation_stats.py')
|
||||||
|
|
||||||
c.run(f'python {path}')
|
c.run(f'python3 {path}')
|
||||||
|
|
||||||
|
|
||||||
@task(pre=[install, migrate, translate, clean_settings])
|
@task(pre=[install, migrate, translate, clean_settings])
|
||||||
|
Loading…
Reference in New Issue
Block a user