We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff86a2b commit 2f304d4Copy full SHA for 2f304d4
1 file changed
frost_sta_client/model/entity.py
@@ -42,7 +42,7 @@ def id(self, value):
42
if isinstance(value, int) or isinstance(value, str):
43
self._id = value
44
return
45
- raise ValueError('id of entity should be of type int!')
+ raise ValueError('id of entity should be of type int or str!')
46
47
@property
48
def self_link(self):
0 commit comments