Skip to content

Commit

Permalink
Merge pull request #52 from z81458xv/f-string-fix
Browse files Browse the repository at this point in the history
snagflash: add missing f-string specifier
  • Loading branch information
rgantois authored Jan 16, 2025
2 parents 6b632d1 + 9f286f9 commit 937306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snagflash/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def cli():
recovery_logger = logging.getLogger('snagrecover')
recovery_logger.parent = logger

logger.info("Running snagflash using protocol {args.protocol}")
logger.info(f"Running snagflash using protocol {args.protocol}")
if args.protocol == "dfu":
dfu_cli(args)
elif args.protocol == "ums":
Expand Down

0 comments on commit 937306c

Please sign in to comment.