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
Hello, when program starts it ask for use already known configuration until you press enter or input "no" (Line 949 & 951)
I think it could be a good idea to add a timeout for automate script launch (If you don't input nothing, after 30s it launch with found config) or a force yes param.
After some searches found some way to do this, but using an arg or a jsons config for self accepting seems to be easier than code a timeout function for input()
Thank you for all your job ! :-)
Environment
- OS : Linux
- Python : 3.8
- Script version : latest
config.json
Not really needed
The text was updated successfully, but these errors were encountered:
Hello,
ihmo integrate feature in soft seems to be much cleaner, but you're answer work perfectly :-)
When i have time, I'd suggest a pull request to do.
Is there an existing issue for this?
I'm submitting a ...
Description
Hello, when program starts it ask for use already known configuration until you press enter or input "no" (Line 949 & 951)
I think it could be a good idea to add a timeout for automate script launch (If you don't input nothing, after 30s it launch with found config) or a force yes param.
After some searches found some way to do this, but using an arg or a jsons config for self accepting seems to be easier than code a timeout function for input()
Thank you for all your job ! :-)
Environment
config.json
The text was updated successfully, but these errors were encountered: