File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/robot/src/robotcode/robot/diagnostics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66@final
77class Error :
88 VARIABLE_NOT_FOUND = "VariableNotFound"
9- ENVIROMMENT_VARIABLE_NOT_FOUND = "EnvirommentVariableNotFound "
9+ ENVIRONMENT_VARIABLE_NOT_FOUND = "EnvironmentVariableNotFound "
1010 KEYWORD_NOT_FOUND = "KeywordNotFound"
1111 LIBRARY_CONTAINS_NO_KEYWORDS = "LibraryContainsNoKeywords"
1212 POSSIBLE_CIRCULAR_IMPORT = "PossibleCircularImport"
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ def _handle_find_variable_result(
476476 range = range_from_token (var_token ),
477477 message = f"Environment variable '{ var .name } ' not found." ,
478478 severity = severity ,
479- code = Error .ENVIROMMENT_VARIABLE_NOT_FOUND ,
479+ code = Error .ENVIRONMENT_VARIABLE_NOT_FOUND ,
480480 )
481481
482482 if var .type == VariableDefinitionType .ENVIRONMENT_VARIABLE :
You can’t perform that action at this time.
0 commit comments