changed string representation of data object
This commit is contained in:
parent
0a6cff5f23
commit
6dc0b206e9
@ -51,7 +51,7 @@ class Data(object):
|
|||||||
self.dirty = False
|
self.dirty = False
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return str(self.evtdata), '\n', str(self.wfdata)
|
return str(self.wfdata)
|
||||||
|
|
||||||
def getParent(self):
|
def getParent(self):
|
||||||
return self._parent
|
return self._parent
|
||||||
|
Loading…
Reference in New Issue
Block a user