Skip to content

Commit

Permalink
fix(simulation): Ensure empty string is returned for optional IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Mar 5, 2022
1 parent b7dd369 commit 96fb612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pollination_handlers/inputs/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def list_to_additional_idf(additional_strings):
with open(add_idf, 'w') as fp:
fp.write(base_str)
return add_idf
return ''


def viz_variables_to_string(viz_variables):
Expand Down

0 comments on commit 96fb612

Please sign in to comment.