Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F9 broken in latest git master #3949

Closed
dhirschfeld opened this issue Jan 12, 2017 · 3 comments
Closed

F9 broken in latest git master #3949

dhirschfeld opened this issue Jan 12, 2017 · 3 comments

Comments

@dhirschfeld
Copy link
Contributor

Pressing F9 in the editor gives the below traceback in the internal console:

>>> Traceback (most recent call last):
  File "C:\dev\packages\spyder\spyder\app\mainwindow.py", line 2415, in execute_in_external_console
    console.execute_code(lines)
TypeError: execute_code() missing 1 required positional argument: 'clear_variables'

image

@goanpeca
Copy link
Member

@rlaverde please take this one

@goanpeca goanpeca added this to the v4.0beta1 milestone Jan 12, 2017
@ccordoba12 ccordoba12 modified the milestones: v3.1, v4.0beta1 Jan 12, 2017
@ccordoba12
Copy link
Member

This has to be done against 3.x not master. @rlaverde, please make clear_variables=False at the line pointed by @dhirschfeld in ipythonconsole.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants