8000 Amended ununsed signature parameter in get_root(). · arduino/lab-micropython-editor@46dcd65 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46dcd65

Browse files
committed
Amended ununsed signature parameter in get_root().
Signed-off-by: ubi de feo <me@ubidefeo.com>
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

Lines changed: 1 addition & 1 deletion
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)
0