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
ERROR: Multiple input files specified:
Input file #1: w
Input file #2: r
Input file #3: o
Input file #4: n
Input file #5: g
Type 'energyplus --help' for usage.
then script exists with code 1. Last print statement isn't executed.
In library mode, the caller program should be responsible for calling system exit.
Details
Platform: Ubuntu 20.04 LTS
Version of EnergyPlus: v9.4.0
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Defect file added (list location of defect file here)
Ticket added to Pivotal for defect (development team task)
Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
The text was updated successfully, but these errors were encountered:
Issue overview
When invalid arguments prevent EnergyPlus binary from running, system exit (1) is called and api caller program is interrupted.
Example:
Output is:
then script exists with code 1. Last print statement isn't executed.
In library mode, the caller program should be responsible for calling system exit.
Details
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: