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
GUI: fix hiding input/output fields from import dialogs on Windows (#6309)
The dialog for importing included input and output fields, even though they are explicitly blacklisted in the code. It was working on linux, but on windows the name included .py extension so it never passed the test.
0 commit comments