temoa icon indicating copy to clipboard operation
temoa copied to clipboard

Request for bypass around raw_input() command in temoa_run.py

Open EnergyModels opened this issue 5 years ago • 0 comments

I have often run several instances of temoa in parallel from a terminal, and have found the need to provide raw_input() for each instance a challenge. I currently comment out lines 548-551 of temoa_run.py to avoid this requirement. It would be great if there was something like a configuration file input to avoid asking for raw_input(). Thanks for your consideration!

For reference - lines 548-551 of temoa_run.py try: # make compatible with Python 2.7 or 3 raw_input() # Give the user a chance to confirm input except: input()"

EnergyModels avatar Feb 27 '20 22:02 EnergyModels