Skip to content

Commit

Permalink
fix typo in cls
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Dec 17, 2024
1 parent d707108 commit 9a3f95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chpl-language-server/src/chpl-language-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get(cls) -> Optional["ChplcheckProxy"]:

def error(msg: str):
if os.environ.get("CHPL_DEVELOPER", None):
print("Error loading chplcheck: ", str(e), file=sys.stderr)
print("Error loading chplcheck: ", str(msg), file=sys.stderr)

chpl_home = os.environ.get("CHPL_HOME")
if chpl_home is None:
Expand Down

0 comments on commit 9a3f95a

Please sign in to comment.