Skip to content

Commit

Permalink
bugfix Issue #38
Browse files Browse the repository at this point in the history
  • Loading branch information
reraroru committed Dec 11, 2024
1 parent 5e83b7a commit f7e5f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frost_sta_client/model/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def historical_locations(self, values):
if isinstance(values, entity_list.EntityList) and \
all(isinstance(hl, historical_location.HistoricalLocation) for hl in values.entities):
self._historical_locations = values
return
raise ValueError('historical_location should be of type HistoricalLocation!')

def get_things(self):
Expand Down

0 comments on commit f7e5f7f

Please sign in to comment.