Skip to content

Commit

Permalink
fix lintcode
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Sep 21, 2023
1 parent 6d42780 commit 54abeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flashing/bouffalolab_firmware_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def actions(self):
arg = ("--{}={}".format(key, os.path.join(os.getcwd(), str(value)))).strip()
else:
arg = ("--{}={}".format(key, value)).strip()

arguments.append(arg)

if key == "chipname":
Expand Down

0 comments on commit 54abeb2

Please sign in to comment.