Skip to content

Commit

Permalink
0.8.7
Browse files Browse the repository at this point in the history
fix
Check for empty data received to avoid caught errors
  • Loading branch information
ghawken committed Jun 25, 2018
1 parent 8735ce0 commit 6d995bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,7 @@ def refreshDataForDev(self, dev, follow):
elif label == None:
labeltouse = 'nil'
#
# Create stateList ? need better checking that exists
#

address =""
if follow is not None:
if 'location' in follow:
Expand Down

0 comments on commit 6d995bf

Please sign in to comment.