Skip to content

Commit

Permalink
fix TypeError in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Sep 13, 2021
1 parent 9ad62be commit 2a46a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/gateway/devices/subdevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_property_exp(self, properties):
).pop()
except Exception as ex:
raise GatewayException(
"Got an exception while fetching properties %s: %s" % (properties)
"Got an exception while fetching properties %s" % (properties)
) from ex

if len(list(properties)) != len(response):
Expand Down

0 comments on commit 2a46a3e

Please sign in to comment.