mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
Drawresults: update resume mode to find last round start time
This commit is contained in:
parent
73325169f6
commit
825c343e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ def extract_time_from_last_round_zero(log_filename):
|
|||
match = re.search(r'(\d{4}-\d{2}-\d{2} \d{2}:\d{2})', line)
|
||||
if match.group(1):
|
||||
return match.group(1)
|
||||
return None
|
||||
return None
|
||||
def analyze_log_block(logs_block):
|
||||
rounds: list[int] = []
|
||||
items_collected :list[int] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue