trafaret icon indicating copy to clipboard operation
trafaret copied to clipboard

Missing class init for `KeysSubset`

Open egrachev opened this issue 7 years ago • 2 comments

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

egrachev avatar Sep 18 '18 09:09 egrachev

This is probably fixed in https://github.com/Deepwalker/trafaret/pull/27/files Need time to finish it.

Deepwalker avatar Oct 19 '18 15:10 Deepwalker

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.

egrachev avatar Oct 19 '18 18:10 egrachev