Skip to content

Commit

Permalink
style(intrinsic_camera_calibrator): cspell
Browse files Browse the repository at this point in the history
Signed-off-by: amadeuszsz <[email protected]>
  • Loading branch information
amadeuszsz committed Nov 25, 2024
1 parent ef56973 commit 236fd57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def toggle_flag(flags: int, flag: int, state: bool) -> int:


def set_logger_severity():
severity = os.getenv("GLOG_minloglevel")
severity = os.getenv("GLOG_minloglevel") # cSpell:ignore minloglevel
if severity is None:
return
mapping = {
Expand Down

0 comments on commit 236fd57

Please sign in to comment.