Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Jerry-ESP committed Sep 2, 2024
1 parent 1487b12 commit 0f974b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/generate_esp32_chip_factory_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def populate_factory_data(args, spake2p_params):
FACTORY_DATA['product-url']['value'] = args.product_url
if args.product_label:
FACTORY_DATA['product-label']['value'] = args.product_label
if args.device_type is not None:
if args.device_type is not None:
FACTORY_DATA['device-type']['value'] = args.device_type

# SupportedModes are stored as multiple entries
Expand Down

0 comments on commit 0f974b4

Please sign in to comment.