__str__ on TombstoneException

thingy_objects
Marnanel Thurman 2018-09-06 15:50:27 +01:00
rodzic ce4ccf95ca
commit 69f26c183f
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -46,3 +46,6 @@ class TombstoneException(Exception):
self.activity = kwargs.copy()
self.activity['type'] = 'Tombstone'
def __str__(self):
return str(self.activity)