We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8104efb commit 9d3048fCopy full SHA for 9d3048f
src/git_handler.py
@@ -1229,5 +1229,3 @@ def create_claude_pr(title: str, body: str, base_branch: str, head_branch: str)
1229
debug_log(f"Temporary PR body file {temp_file_path} removed.")
1230
except OSError as e:
1231
log(f"Could not remove temporary file {temp_file_path}: {e}", is_error=True)
1232
-
1233
-# %%
0 commit comments