Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Sep 13, 2024
1 parent 8ffbe2a commit fef2cf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/swe/swekit/benchmark/run_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def get_patch_for_issue(self, workspace_id: str, issue):
if error_message:
raise Exception(f"Error in get_patch: {error_message}")
else:
raise Exception(f"Unknown error occurred in get_patch: {get_patch_resp}")
raise Exception(
f"Unknown error occurred in get_patch: {get_patch_resp}"
)

patch_data = get_patch_resp.get("data", {})
if not patch_data:
Expand Down

0 comments on commit fef2cf7

Please sign in to comment.