Convert script from python to python3 75/134375/1
authorDan Timoney <dtimoney@att.com>
Wed, 26 Apr 2023 19:17:35 +0000 (15:17 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 26 Apr 2023 19:17:35 +0000 (15:17 -0400)
Convert script to use python3 executable instead of python

Issue-ID: SDNC-1789
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic22e120621cf2f42d2ff3a90599a726db4765911

generic-resource-api/model/yang/pom.xml
generic-resource-api/model/yang/scripts/python/yang2props.py

index 3652924..9136bec 100644 (file)
@@ -32,7 +32,7 @@
                 <executions>
                     <execution>
                         <configuration>
-                            <executable>python</executable>
+                            <executable>python3</executable>
                             <arguments>
                                 <argument>scripts/python/yang2props.py</argument>
                                 <argument>src/main/yang/GENERIC-RESOURCE-API.yang</argument>