Serial_CLI: Fixing serial cli logger error so it sounds more concise (#2721)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
DEXV
2023-06-06 20:18:24 +02:00
committed by GitHub
parent a284d21e1c
commit e4a2e9a920

View File

@@ -9,7 +9,7 @@ from flipper.utils.cdc import resolve_port
def main():
logger = logging.getLogger()
if not (port := resolve_port(logger, "auto")):
logger.error("Is Flipper connected over USB and is it not in DFU mode?")
logger.error("Is Flipper connected via USB and not in DFU mode?")
return 1
subprocess.call(
[