Browse Source

mavsdk_tests: fix error for Python < 3.8

sbg
Julian Oes 5 years ago committed by Nuno Marques
parent
commit
c6160d4e3f
  1. 2
      test/mavsdk_tests/logger_helper.py

2
test/mavsdk_tests/logger_helper.py

@ -39,7 +39,7 @@ def maybe_strip_color(text: str) -> str: @@ -39,7 +39,7 @@ def maybe_strip_color(text: str) -> str:
return text
@lru_cache
@lru_cache()
def _supports_color() -> bool:
"""Returns True if the running system's terminal supports color.

Loading…
Cancel
Save