Skip to content

Commit

Permalink
Fix stupid error (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Nov 9, 2021
1 parent 2ab22c6 commit e656e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def apply_patch(branch, comm_ci):
print(f">>> Apply patch file to {branch}")
stopped = False
patch = f"{branch}.patch"
author = comm_ci.author()
git.config("--local", "user.name", author.name)
git.config("--local", "user.email", author.email)
git.clean("-f")
Expand Down

0 comments on commit e656e7b

Please sign in to comment.