We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7145b commit 0bf66deCopy full SHA for 0bf66de
1 file changed
tests/runner/mpremote_bridge.py
@@ -144,7 +144,7 @@ def run_script(
144
mount_dir = self._driver_dir(driver_name)
145
else:
146
# When mounting lib/, add sub-paths for each dependency
147
- extra_paths = f"import sys\n"
+ extra_paths = "import sys\n"
148
for child in mount_dir.iterdir():
149
if child.is_dir() and not child.name.startswith("."):
150
extra_paths += f"sys.path.insert(0, '/remote/{child.name}')\n"
0 commit comments