mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 05:10:38 +08:00
fix exception printing
This commit is contained in:
@ -141,7 +141,7 @@ def get_main_pr_language(languages, files) -> str:
|
|||||||
main_language_str = top_language
|
main_language_str = top_language
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.info(e)
|
logging.exception(e)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return main_language_str
|
return main_language_str
|
||||||
|
Reference in New Issue
Block a user