Skip to content

Commit

Permalink
fixes #1348
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Sep 4, 2024
1 parent e7253d8 commit 18bf3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aider/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18bf3a9

Please sign in to comment.