Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakitna authored and bhirsz committed Dec 4, 2024
1 parent f9ae9eb commit 9018056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocop/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def issues_to_lsp_diagnostic(issues) -> list[dict]:
}

if issue.help_url:
diagnostic["codeDescription"] = {"href": issue.help_url or ""}
diagnostic["codeDescription"] = {"href": issue.help_url}

diagnostics.append(diagnostic)

Expand Down

0 comments on commit 9018056

Please sign in to comment.