Skip to content

Commit

Permalink
typo judge
Browse files Browse the repository at this point in the history
  • Loading branch information
GasStationManager committed Nov 24, 2024
1 parent f7692c4 commit f8c4599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def check_lean_proof(challenge: dict, submission: dict) -> dict:
{function_sig}
{code}
""")
f.write(f"\n\n{challenge['theorem2_signature']}\n\n{proof2}")
f.write(f"\n\n{challenge['theorem2_signature']}\n\n{prf2}")

def compile (fname):
# compile on the temporary file
Expand Down

0 comments on commit f8c4599

Please sign in to comment.