Skip to content

Commit

Permalink
remove incorrect ref
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Oct 19, 2023
1 parent b933aa4 commit d6b745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp/charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _raise_keyerror(action, version):
)
else:
raise NotSupportedError(
details={"cause": f"{msg.action} not supported by OCPP{version}."}
details={"cause": f"{action} not supported by OCPP{version}."}
)

return
Expand Down

0 comments on commit d6b745e

Please sign in to comment.