Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Apr 19, 2022
1 parent 0d7626f commit c5a170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/chiptest/accessories.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ def __createCommandLineOptions(self, args):
options = {}
if (len(args) % 2) == 0:
# Create a dictionary from the key-value pair list
options = { args[i]: args[i+1] for i in range(0, len(args), 2)}
options = {args[i]: args[i+1] for i in range(0, len(args), 2)}
return options

0 comments on commit c5a170c

Please sign in to comment.