mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +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
|
||||
try:
|
||||
user_email = config.get_value("user", "email", None)
|
||||
except configparser.NoSectionError:
|
||||
except (configparser.NoSectionError, configparser.NoOptionError):
|
||||
pass
|
||||
|
||||
if user_name and user_email:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue