-
Notifications
You must be signed in to change notification settings - Fork 193
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
C++ CLI: unable to update ReportingMeasure with 3.7.0-rc3 #5045
Comments
OpenStudio/ruby/bindings/InitRubyBindings.cpp Line 410 in 37087fd
Should be |
Ok I see, I removed the begin / rescue so I could see the error. We should do that by default, but I don't want to break the old CLI.
Pretty sure this is happening here: https://github.com/NREL/OpenStudio-HPXML/blob/56d57315544662843cdd46de72f61d684ae8fa1f/ReportUtilityBills/README.md.erb#L24-L26
FWIW, the BCL template if our repo does it differently, so that's probably why I haven't caught this one before. OpenStudio/src/utilities/bcl/templates/common/README.md.erb Lines 29 to 31 in 37087fd
|
TL;DR: the winner is: A TYPO!OpenStudio/src/measure/OSArgument.cpp Line 1125 in 37087fd
|
Fix #5045 - Fix typo in OSArgument::toJSON + improve reporting when README ERB generation fails
Issue overview
Reported by @shorowit
Current Behavior
Expected Behavior
It should work, like the
classic
subcommand doesSteps to Reproduce
You can presumably reproduce it by cloning https://github.com/NREL/OpenStudio-HPXML/tree/os370rc2
(I get the same error if I try the other reporting measure in that repo -- ReportSimulationOutput)
Possible Solution
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: