diff --git a/tasks.py b/tasks.py index 9088efb12f..7ebdd17480 100644 --- a/tasks.py +++ b/tasks.py @@ -188,7 +188,7 @@ def translate(c): 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])