mirror of https://github.com/apache/cloudstack.git
call codegenerator with python3
This commit is contained in:
parent
3439bb082b
commit
a524b48410
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue