mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update config_loader.py
This commit is contained in:
parent
cac450098a
commit
254c3e2ed1
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ def get_settings():
|
||||||
try:
|
try:
|
||||||
return context["settings"]
|
return context["settings"]
|
||||||
except Exception:
|
except Exception:
|
||||||
|
print("error")
|
||||||
return global_settings
|
return global_settings
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue