mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Fix formatting in load_dotenv_files
function
This commit is contained in:
parent
07a95deaba
commit
516a3a6647
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ def load_dotenv_files(git_root, dotenv_fname, encoding):
|
|||
for fname in dotenv_files:
|
||||
if Path(fname).exists():
|
||||
try:
|
||||
load_dotenv(fname, override=True, encoding=encoding, errors='ignore')
|
||||
load_dotenv(fname, override=True, encoding=encoding, errors="ignore")
|
||||
loaded.append(fname)
|
||||
except Exception as e:
|
||||
print(f"Error loading {fname}: {e}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue