Skip to content

Commit

Permalink
fix(view): Ensure radiance parameters are in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Jun 9, 2021
1 parent e3421d3 commit 1eda040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollination/honeybee_radiance/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SplitView(Function):
def split_view(self):
return 'honeybee-radiance view split view.vf ' \
'{{self.view_count}} --{{self.overture}} ' \
'--octree {{self.scene_file}} --rad-params {{self.radiance_parameters}} ' \
'--octree {{self.scene_file}} --rad-params "{{self.radiance_parameters}}" ' \
'--folder output --log-file output/views_info.json'

views_list = Outputs.list(
Expand Down

0 comments on commit 1eda040

Please sign in to comment.