mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: Fix linter warnings in main.py
This commit is contained in:
parent
987d024847
commit
38fd715247
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def setup_git(git_root, io):
|
||||||
user_name = repo.git.config("--get", "user.name") or None
|
user_name = repo.git.config("--get", "user.name") or None
|
||||||
except git.exc.GitCommandError:
|
except git.exc.GitCommandError:
|
||||||
user_name = None
|
user_name = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
user_email = repo.git.config("--get", "user.email") or None
|
user_email = repo.git.config("--get", "user.email") or None
|
||||||
except git.exc.GitCommandError:
|
except git.exc.GitCommandError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue