Skip to content

Commit

Permalink
fix(view): Ensure path is specified correctly in split view
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Apr 15, 2022
1 parent 43512f1 commit d6a088f
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 @@ -78,7 +78,7 @@ class SplitView(Function):
def split_view(self):
return 'honeybee-radiance view split view.vf ' \
'{{self.view_count}} --resolution {{self.resolution}} --{{self.overture}} ' \
'--octree {{self.scene_file}} --rad-params "{{self.radiance_parameters}}" ' \
'--octree scene.oct --rad-params "{{self.radiance_parameters}}" ' \
'--folder output --log-file output/views_info.json'

views_list = Outputs.list(
Expand Down

0 comments on commit d6a088f

Please sign in to comment.