Skip to content

Commit 9faaa9e

Browse files
authored
Fix formatting in UPLOADER path assignment
1 parent 82f30fc commit 9faaa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ def firmware_metrics(target, source, env):
784784

785785
env.Replace(
786786
UPLOADER=str(
787-
Path(platform.get_package_dir("tool-dfuutil-arduino")).resolve() / "dfu-util")
787+
Path(platform.get_package_dir("tool-dfuutil-arduino")).resolve() / "dfu-util"
788788
),
789789
UPLOADERFLAGS=[
790790
"-d",

0 commit comments

Comments
 (0)