Skip to content

Commit

Permalink
Firmware: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Oct 2, 2023
1 parent fa45a46 commit 7991e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class WiFiFWCollection(object):
self.prune()
def load(self, source_path):
included_folders = ["C-4355__s-C1", "C-4364__s-B2", "C-4364__s-B3", "C-4377__s-B3"]
included_folders = ["C-4355__s-C1", "C-4364__s-B2", "C-4364__s-B3", "C-4377__s-B3"]
for dirpath, dirnames, filenames in os.walk(source_path):
dirnames[:] = [d for d in dirnames if d in included_folders]
if "perf" in dirnames:
Expand Down

0 comments on commit 7991e13

Please sign in to comment.