Skip to content

saving +run in the web intereface adds extra wrong characters in REPL console that prevent import <file> from running #9390

Open
@aguaviva

Description

@aguaviva

CircuitPython version

Adafruit CircuitPython 9.0.5 on 2024-07-01; Espressif ESP32 TTGO T8 v1.7 with ESP32

Code/REPL

just pressing `save+run` causes `Aimport test` to show up, the wrong `A` causes the action to fail

Behavior

soft reboot

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Hello World!

Code done running.

Adafruit CircuitPython 9.0.5 on 2024-07-01; Espressif ESP32 TTGO T8 v1.7 with ESP32
>>> 
paste mode; Ctrl-C to cancel, Ctrl-D to finish
=== Aimport test

Traceback (most recent call last):
  File "<stdin>", line 1
SyntaxError: invalid syntax

Description

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions