Skip to content

Commit 89f3672

Browse files
- cleanup
1 parent a2484fc commit 89f3672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ def extract_issue_number_from_branch(branch_name: str) -> Optional[int]:
865865
if issue_number > 0:
866866
return issue_number
867867
except ValueError:
868-
debug_log(f"Failed to convert extracted issue number '{match.group(1)}' from copilot branch to int")
868+
debug_log(f"Failed to convert extracted issue number '{match.group(1)}' from copilot or claude branch to int")
869869
pass
870870

871871
return None

0 commit comments

Comments
 (0)