[generator] Add a suffix to the output dir

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-11-12 09:25:53 +07:00
committed by zyphlar
parent 90e79e323d
commit ce39d6d3f6

View File

@@ -48,7 +48,7 @@ echo "<$(date +%T)> Generating only specific maps [$MWMCOUNTRIES]..."
else
echo "<$(date +%T)> Generating maps..."
/tmp/venv/bin/python -m maps_generator --skip="MwmDiffs"
/tmp/venv/bin/python -m maps_generator --skip="MwmDiffs" -s="test"
fi
fi