phase a audit
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user