We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee7466 commit d9967f5Copy full SHA for d9967f5
Marlin/src/HAL/LPC1768/upload_extra_script.py
@@ -73,7 +73,7 @@ def before_upload(source, target, env):
73
#
74
import getpass
75
user = getpass.getuser()
76
- mpath = Path('media', user)
+ mpath = Path('/media', user)
77
drives = [ x for x in mpath.iterdir() if x.is_dir() ]
78
if target_drive in drives: # If target drive is found, use it.
79
target_drive_found = True
0 commit comments