Sort out parameters to sm2gen

This commit is contained in:
2024-09-19 10:00:50 +01:00
parent a551ee928c
commit 6e29aebd82
10 changed files with 103 additions and 92 deletions

View File

@@ -24,7 +24,7 @@ else
fi
# Run the second program
python3 sm2gen.py -f json5/"$2.json5"
python3 sm2gen.py -f json5/"$2.json5" --force --noLang
if [ $? -ne 0 ]; then
echo "Error: sm2gen.py failed."
exit 1