Skip to content

Commit

Permalink
style: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
portasynthinca3 committed Sep 16, 2024
1 parent 1a9aca2 commit 4a82025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified assets/icons/StatusBar/Console_active_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion scripts/serial_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
[
Expand Down

0 comments on commit 4a82025

Please sign in to comment.