Skip to content

Commit 1f10dc8

Browse files
committed
fix bug
1 parent 5451c92 commit 1f10dc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/code_utils/git_worktree_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def create_worktree_snapshot_commit(worktree_dir: Path, commit_message: str) ->
3333
email = cr.get("user", "email")
3434
except configparser.NoSectionError:
3535
no_email = True
36-
repository.git.config()
3736
with repository.config_writer() as cw:
3837
if not cw.has_option("user", "name"):
3938
cw.set_value("user", "name", "Codeflash Bot")

0 commit comments

Comments
 (0)