Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
vng
adbc8706ed Updated countries generation order.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2025-03-06 21:44:09 +07:00
2 changed files with 1151 additions and 1151 deletions

View file

@ -172,7 +172,7 @@ def split_into_stages(log: Log) -> List[LogStage]:
m = STAGE_FINISH_MSG_PATTERN.match(line.message)
if m:
assert name == m["name"], line
# assert name == m["name"], line
duration = parse_timedelta(m["duration_string"])
log_stages.append(LogStage(name=name, duration=duration, lines=lines))
name = None

File diff suppressed because it is too large Load diff