phase a audit

This commit is contained in:
team2
2026-02-22 13:51:45 +01:00
parent 5656a10930
commit b3e9110dd1
14 changed files with 222 additions and 463 deletions

View File

@@ -33,7 +33,7 @@ final class VectorControlCommand extends Command
protected function execute(InputInterface $input, OutputInterface $output): int
{
$cmd = ['.venv/bin/python', 'src/Vector/vector_control.py'];
$cmd = ['.venv/bin/python', 'python/vector/vector_control.py'];
if ($input->getOption('install')) {
$cmd[] = '--install';