mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
ValueError
This commit is contained in:
parent
57abf4ac62
commit
bea68084b3
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ def convert_to_markdown_v2(output_data: dict, gfm_supported: bool = True, increm
|
|||
else:
|
||||
try:
|
||||
value_int = int(value.split(',')[0])
|
||||
except:
|
||||
except ValueError:
|
||||
continue
|
||||
blue_bars = '🔵' * value_int
|
||||
white_bars = '⚪' * (5 - value_int)
|
||||
|
|
|
|||
Loading…
Reference in a new issue