Skip to content

Commit

Permalink
Merge pull request #1020 from Pythagora-io/fix-spec-writer
Browse files Browse the repository at this point in the history
Fix telemetry call in spec writer.
  • Loading branch information
LeonOstrez authored Jun 14, 2024
2 parents 5463c59 + 96cc7ee commit 52be03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/agents/spec_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def analyze_spec(self, spec: str) -> str:
buttons={"continue": "continue"},
)
if confirm.cancelled or confirm.button == "continue" or confirm.text == "":
await self.telemetry.trace_code_event(
await telemetry.trace_code_event(
"spec-writer-questions",
{
"num_questions": n_questions,
Expand Down

0 comments on commit 52be03b

Please sign in to comment.