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

Advanced mode ground file selection options #354

Open
GH-MostowyJ opened this issue Mar 28, 2022 · 1 comment
Open

Advanced mode ground file selection options #354

GH-MostowyJ opened this issue Mar 28, 2022 · 1 comment

Comments

@GH-MostowyJ
Copy link

Hello! I think I found a bug that causes the INIBuilder to skip the prompt for the file selection options (["PREVIOUS STEP", "Enter path manually", "Use filepicker"]) when selecting a ground file. On Line 71 in INIBuilder/run.jl, the list of file selection options is assigned to "n" instead of the radio menu request term:

71 n = ["PREVIOUS STEP", "Enter path manually", "Use filepicker"]
72 n == 1 && step3()

This seems to cause it to skip asking for a file selection option and go straight into the filepicker. When swap Line 71 for:

71 n = request(RadioMenu(opt))

the file selection options appear and function as expected.

@vlandau
Copy link
Member

vlandau commented Mar 29, 2022

@ranjanan does this make sense to you? If so, @GH-MostowyJ maybe you could put in a PR with this change?

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

No branches or pull requests

2 participants