mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-13 00:07:12 +00:00
style: fix linter errors
This commit is contained in:
parent
1a9aca2d8c
commit
4a8202514d
2 changed files with 3 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.5 KiB |
|
@ -13,7 +13,9 @@ def main():
|
|||
parser.add_argument("-p", "--port", help="CDC Port", default="auto")
|
||||
args = parser.parse_args()
|
||||
if not (port := resolve_port(logger, args.port)):
|
||||
logger.error("Is Flipper connected via USB, currently unlocked and not in DFU mode?")
|
||||
logger.error(
|
||||
"Is Flipper connected via USB, currently unlocked and not in DFU mode?"
|
||||
)
|
||||
return 1
|
||||
subprocess.call(
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue