Skip to content

Commit

Permalink
Merge main into sweep/feature/chunking-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] committed Aug 3, 2023
2 parents 165a78d + b060802 commit c25dd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweepai/core/sweep_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def create_branch(self, branch: str, retry=True) -> str:
return branch
except GithubException as e:
logger.error(f"Error: {e}, trying with other branch names...")
logger.warning(f'{base_branch}, {base_branch.name}')
logger.warning(f'{branch}\n{base_branch}, {base_branch.name}\n{base_branch.commit.sha}')
if retry:
for i in range(1, 6):
try:
Expand Down

0 comments on commit c25dd3e

Please sign in to comment.