Skip to content

Commit ae9d947

Browse files
committed
chore: remove quotes to make the link clickable
1 parent 57c1296 commit ae9d947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortls/langserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ def workspace_init(self):
14481448
result_obj = result.get()
14491449
if isinstance(result_obj, str):
14501450
self.post_message(
1451-
f"Initialization failed for file '{path}': {result_obj}"
1451+
f"Initialization failed for file {path}: {result_obj}"
14521452
)
14531453
continue
14541454
self.workspace[path] = result_obj

0 commit comments

Comments
 (0)