You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue didn't exist prior to adding prompt_toolkit so I think it must have something to do with PromptSession
How can it be fixed?
Allow multiple statements to be pasted in at once. The behavior in brownie console in this regard should be the same as that of a regular python interpreter.
The text was updated successfully, but these errors were encountered:
What was wrong?
Pasting multiple lines into the console at once results in a
SyntaxError
:This issue didn't exist prior to adding
prompt_toolkit
so I think it must have something to do withPromptSession
How can it be fixed?
Allow multiple statements to be pasted in at once. The behavior in
brownie console
in this regard should be the same as that of a regular python interpreter.The text was updated successfully, but these errors were encountered: