Skip to content

Commit

Permalink
Small Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jan 21, 2018
1 parent c60b7cf commit 0204a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Honeybee_Import THERM XML.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main(thermXMLFile):
if not os.path.isfile(thermXMLFile):
warning = "Cannot find the result file. Check the location of the file on your machine. \n If it is not there, make sure that you have opened THERM and run your .thmx file before using this component. \n Also, before you run the file in THERM, make sure that you go to Options > Preferences > Simulation and check 'Save Conrad results file (.O).'"
print warning
ghenv.Component.AddRuntimeMessage(w, warning)
ghenv.Component.AddRuntimeMessage(gh.GH_RuntimeMessageLevel.Warning, warning)
return -1

#Define some parameters to be changes while the file is open.
Expand Down
Binary file modified userObjects/Honeybee_Import THERM XML.ghuser
Binary file not shown.

0 comments on commit 0204a7a

Please sign in to comment.