call codegenerator with python3

This commit is contained in:
Daan Hoogland 2021-01-22 10:23:45 +00:00
parent 3439bb082b
commit a524b48410
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
</goals>
<configuration>
<workingDirectory>${basedir}/marvin</workingDirectory>
<executable>python</executable>
<executable>python3</executable>
<arguments>
<argument>codegenerator.py</argument>
<argument>-s</argument>
@ -123,7 +123,7 @@
</goals>
<configuration>
<workingDirectory>${basedir}/marvin</workingDirectory>
<executable>python</executable>
<executable>python3</executable>
<arguments>
<argument>codegenerator.py</argument>
<argument>-e</argument>