trafaret
trafaret copied to clipboard
Missing class init for `KeysSubset`
If init method without calling super:
File "/opt/python3.4/trafaret/__init__.py", line 1129, in merge
set(key.get_name() for key in self.keys)
File "/opt/python3.4/trafaret/__init__.py", line 1129, in <genexpr>
set(key.get_name() for key in self.keys)
File "/opt/python3.4/trafaret/__init__.py", line 940, in get_name
return self.to_name or self.name
AttributeError: to_name
This is probably fixed in https://github.com/Deepwalker/trafaret/pull/27/files Need time to finish it.
thx bro!
From: Mikhail Krivushin
Sent: 19 октября 2018 г. 18:44
To: Deepwalker/trafaret
Cc: Evgeny Grachev; Author
Subject: Re: [Deepwalker/trafaret] Missing class init for KeysSubset (#42)
This is probably fixed in https://github.com/Deepwalker/trafaret/pull/27/files Need time to finish it. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.