Skip to content

Commit

Permalink
fix: new doctor version was not handled correctly (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninth-dev authored Jan 2, 2024
1 parent 80c9bb4 commit 6a0824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/handle_execute_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def parse_explanations(explanations) -> str:
header = content.get('header')
markdown = "# {} \n\n".format(content.get('title'))

if doctor_version == 4:
if doctor_version >= 4:
header_fields = [
'buildTargetDescription',
'serverInfo',
Expand Down

0 comments on commit 6a0824b

Please sign in to comment.