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:
parent
32be8f29e6
commit
9cca2405e8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Generating the configuration file for localazy..."
|
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..."
|
echo "Deleting all existing localazy.xml files..."
|
||||||
find . -name 'localazy.xml' -delete
|
find . -name 'localazy.xml' -delete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue