Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maoyixie committed Nov 26, 2024
1 parent 4007592 commit 73b9f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def write_result(self, result_status_dir: str, result: Result) -> None:
json.dump(result.to_dict(), f)

def write_chat_history(self, result: Result) -> None:
"""Writes fuzz target."""
"""Writes chat history."""
# TODO(dongge): Find a proper way to write this.
trial_result_dir = os.path.join(result.work_dirs.status,
f'{result.trial:02d}')
Expand Down

0 comments on commit 73b9f9d

Please sign in to comment.