-
Notifications
You must be signed in to change notification settings - Fork 2
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
Find a more robust way to request input for y/n decision #49
Comments
Maybe one of the following helps:
|
I will try it. |
Suggestion by chatGPT:
|
subprocess does not ask for input every time, so waiting for input like this may not be the best solution. |
Confused. Put it in a conditional depending on whether it needs input or not. All this does is wrap your input() code. Where you do choose to do input() wrap like this. I take it back. I see your point about not always needing input. But not giving up yet :) |
How about this (runs in info.py):
|
Refer to
lib/info.py
where user input is requested to overwritetest.info
. This issue is a result of Lab-Notebooks/Jobrunner#3 (comment)The text was updated successfully, but these errors were encountered: