-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder is opening bootstrap.py when using "python bootstrap.py" #12313
Comments
Thanks for the catch and sorry about that @ok97465 , I did it to save one line of code duplication since if |
@CAM-Gerlach, I agree with you that |
Thanks @CAM-Gerlach and @mrclary for your input! |
@CAM-Gerlach It's ok. Thank you for your hard work on spyder. 👍 |
@mrclary Yeah, just too many edge cases that could crop up...I just should have thought of that originally but thanks to you and @ok97465 for your help here! I haven't been working too much on Spyder itself lately, mostly the docs and tutorials with a few PRs here and there as I focus on building an open-source client-server IoT framework designed for field networks of scientific sensors. @ccordoba12 has been the one doing all the hard work as he always does |
Description
What steps will reproduce the problem?
I think that this issue is from #11704.
That PR changed "CLI_OPTIONS, CLI_ARGS = get_options()" to "CLI_OPTIONS, CLI_ARGS = get_options(sys_argv)" of 108 line of mainwindow.py
I am sorry if it was the problem you intended or already knew.
Have a nice day.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: