mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Missing e
This commit is contained in:
parent
26e02a436e
commit
27bcd9c533
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def apply_repo_settings(pr_url):
|
||||||
load_dotenv=False, # Don't load .env files
|
load_dotenv=False, # Don't load .env files
|
||||||
merge_enabled=False, # Don't allow merging from other sources
|
merge_enabled=False, # Don't allow merging from other sources
|
||||||
)
|
)
|
||||||
except TypeError:
|
except TypeError as e:
|
||||||
import traceback
|
import traceback
|
||||||
# Fallback for older Dynaconf versions that don't support these parameters
|
# Fallback for older Dynaconf versions that don't support these parameters
|
||||||
get_logger().warning(
|
get_logger().warning(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue