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 2161d6b commit 7cf446fCopy full SHA for 7cf446f
tools/gen-cpydiff.py
@@ -39,10 +39,10 @@
39
# to the correct executable.
40
if os.name == 'nt':
41
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3.exe')
42
- MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../windows/micropython.exe')
+ MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../ports/windows/micropython.exe')
43
else:
44
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
45
- MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../unix/micropython')
+ MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', '../ports/unix/micropython')
46
47
TESTPATH = '../tests/cpydiff/'
48
DOCPATH = '../docs/genrst/'
0 commit comments