Skip to content

Commit

Permalink
Bug fix - Dump Honeybee
Browse files Browse the repository at this point in the history
  • Loading branch information
devangcx authored and Chris Mackey committed Feb 6, 2020
1 parent c10b37f commit 3fa0446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Honeybee_Dump Honeybee Objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

ghenv.Component.Name = "Honeybee_Dump Honeybee Objects"
ghenv.Component.NickName = 'dumpHBObjects'
ghenv.Component.Message = 'VER 0.0.65\nJAN_01_2020'
ghenv.Component.Message = 'VER 0.0.65\nFEB_05_2020'
ghenv.Component.IconDisplayMode = ghenv.Component.IconDisplayMode.application
ghenv.Component.Category = "Honeybee"
ghenv.Component.SubCategory = "00 | Honeybee"
Expand Down Expand Up @@ -328,7 +328,7 @@ def dumpHBShdCntrl(windowShading):

values = hb_EPObjectsAux.getEPObjectDataByName(windowShading)
if values[4][0] != '' and values[4][0].upper() not in scheduleCollection:
dumpAllSchedules([values[4][0]])
scheduleCollection.append([values[4][0]])
if values[2][0] != '':
# Iniitalize for construction (for switchable glazing).
constrName = values[2][0]
Expand Down
Binary file modified userObjects/Honeybee_Dump Honeybee Objects.ghuser
Binary file not shown.

0 comments on commit 3fa0446

Please sign in to comment.