From cf89c8f83f28e0788b00facfda5d354251dfb476 Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Wed, 6 Nov 2024 14:04:52 -0800 Subject: [PATCH] fix(release): Trigger an updated release with the new CI --- pollination/lbt_honeybee/postprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollination/lbt_honeybee/postprocess.py b/pollination/lbt_honeybee/postprocess.py index b3262f3..7a109a5 100644 --- a/pollination/lbt_honeybee/postprocess.py +++ b/pollination/lbt_honeybee/postprocess.py @@ -7,7 +7,7 @@ class Breeam4b(Function): """Calculate credits for BREEAM 4b.""" folder = Inputs.folder( - description='This folder is an output folder of annual daylight recipe. Folder ' + description='Path to an output folder of an annual daylight recipe. Folder ' 'should include grids_info.json and sun-up-hours.txt. The command uses the list ' 'in grids_info.json to find the result files for each sensor grid.', path='results'