diff --git a/tools/python/maps_generator/generator/statistics.py b/tools/python/maps_generator/generator/statistics.py index eb0fbc3ce1..baeb0cfb8b 100644 --- a/tools/python/maps_generator/generator/statistics.py +++ b/tools/python/maps_generator/generator/statistics.py @@ -19,7 +19,7 @@ RE_TIME_DELTA = re.compile(r'^(?:(?P-?\d+) (days?, )?)?' r'(?P-?\d+)' r'(?:\.(?P\d{1,6})\d{0,6})?$') -RE_FINISH_STAGE = re.compile(r"(.*)Stage (\w+): finished in (.+)$") +RE_FINISH_STAGE = re.compile(r"(.*)Stage ([A-Za-z ]+): finished in (.+)$") def read_stat(f):