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.
2 parents 71dc453 + 242acdb commit 4d42d49Copy full SHA for 4d42d49
1 file changed
src/debug_user_code.py
@@ -32,6 +32,7 @@
32
# Insert absolute path to Circuitpython libraries for CLUE into sys.path
33
sys.path.insert(0, os.path.join(abs_path_to_parent_dir, CONSTANTS.CIRCUITPYTHON))
34
35
+
36
# This import must happen after the sys.path is modified
37
from common import debugger_communication_client
38
0 commit comments