Skip to content

Commit 46dcd65

Browse files
committed
Amended ununsed signature parameter in get_root().
Signed-off-by: ubi de feo <[email protected]>
1 parent 0ddffa7 commit 46dcd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import sys
44

5-
def get_root(has_flash_mount = True):
5+
def get_root():
66
if '/flash' in sys.path:
77
return '/flash'
88
else:

0 commit comments

Comments
 (0)