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

Run settings can not be changed in master #20700

Closed
impact27 opened this issue Mar 18, 2023 · 0 comments · Fixed by #22141
Closed

Run settings can not be changed in master #20700

impact27 opened this issue Mar 18, 2023 · 0 comments · Fixed by #22141

Comments

@impact27
Copy link
Contributor

impact27 commented Mar 18, 2023

The run settings can not be changed on the latest master. To reproduce:
1 - Open a new spyder
2 - create a new file
3 - press the run button, a window opens, select command line options, and add "hello"
Screenshot 2023-03-18 at 07 44 13
4 - Press "run" in the window, the following appears in the console as expected: runfile('/Users/quentin/.spyder-py3-dev/untitled0.py', args='hello', wdir='/Users/quentin/.spyder-py3-dev')
5 - press the run button again, this time no args in sight: runfile('/Users/quentin/.spyder-py3-dev/untitled0.py', wdir='/Users/quentin/.spyder-py3-dev')
6 - go to "Open run settings" and see that the settings have been reset. Change back to the settings you want.
7 - Press "Ok" because there is no "Run" this time.
8 - press the run button again, still no args in sight: runfile('/Users/quentin/.spyder-py3-dev/untitled0.py', wdir='/Users/quentin/.spyder-py3-dev')
9 - go back to the run settings, and see that everything has been resetted again

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

Successfully merging a pull request may close this issue.

3 participants