For usage of Python3

CI complain with:
 Traceback (most recent call last):
  File "./tools/localazy/generateLocalazyConfig.py", line 39, in <module>
    action = baseAction | {
TypeError: unsupported operand type(s) for |: 'dict' and 'dict'
This commit is contained in:
Benoit Marty
2023-04-07 14:39:13 +02:00
parent 32be8f29e6
commit 9cca2405e8

View File

@@ -27,7 +27,7 @@ else
fi
echo "Generating the configuration file for localazy..."
./tools/localazy/generateLocalazyConfig.py $allFiles
python3 ./tools/localazy/generateLocalazyConfig.py $allFiles
echo "Deleting all existing localazy.xml files..."
find . -name 'localazy.xml' -delete