mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fixes #1348
This commit is contained in:
parent
e7253d819e
commit
18bf3a9f36
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def setup_git(git_root, io):
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
user_email = config.get_value("user", "email", None)
|
user_email = config.get_value("user", "email", None)
|
||||||
except configparser.NoSectionError:
|
except (configparser.NoSectionError, configparser.NoOptionError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if user_name and user_email:
|
if user_name and user_email:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue