Skip to content

Commit

Permalink
chore: remove quotes to make the link clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Nov 1, 2022
1 parent 57c1296 commit ae9d947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortls/langserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ def workspace_init(self):
result_obj = result.get()
if isinstance(result_obj, str):
self.post_message(
f"Initialization failed for file '{path}': {result_obj}"
f"Initialization failed for file {path}: {result_obj}"
)
continue
self.workspace[path] = result_obj
Expand Down

0 comments on commit ae9d947

Please sign in to comment.