ladybug-tools / honeybee-radiance-command

🐝 ⚡️ :abc: Honeybee wrapper around Radiance commands which is used by honeybee-radiance
https://www.ladybug.tools/honeybee-radiance-command/docs/
GNU Affero General Public License v3.0
0 stars 6 forks source link

fix(options): add support for % in radiance options #232

Closed mostaphaRoudsari closed 2 years ago

mostaphaRoudsari commented 2 years ago

Several radiance parameters accept values with % as an input. The challenge is that Windows and Unix command line parser work differently with %. In Windows one needs to use %% to make % literal. In Unix it should be passed as %.

To address this issue we will pass %% by default and then find and replace them with % before writing them to Radiance.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.20.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: