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:
parent
a284d21e1c
commit
e4a2e9a920
@ -9,7 +9,7 @@ from flipper.utils.cdc import resolve_port
|
|||||||
def main():
|
def main():
|
||||||
logger = logging.getLogger()
|
logger = logging.getLogger()
|
||||||
if not (port := resolve_port(logger, "auto")):
|
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
|
return 1
|
||||||
subprocess.call(
|
subprocess.call(
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user