4a97f7aaf3
When this variable is set to non-empty string it triggers the REPL after a command/module/file finishes running. The Python file without the file extension is because the cmdline: parser in run-test splits on spaces, so we can't use the -c option since `import os` can't be written without a space.
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
import uos
|
|
|
|
uos.putenv('MICROPYINSPECT', '1')
|