mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Added debug for testing ANSIString with evtable
This commit is contained in:
parent
b80baca8e1
commit
28fc4c96bb
1 changed files with 2 additions and 1 deletions
|
|
@ -1142,5 +1142,6 @@ class EvTable(object):
|
|||
return ANSIString("\n").join([line for line in self._generate_lines()])
|
||||
|
||||
def __unicode__(self):
|
||||
return to_unicode(ANSIString("\n").join([line for line in self._generate_lines()]))
|
||||
print "parts:", [line for line in self._generate_lines()]
|
||||
return ANSIString("\n").join([line for line in self._generate_lines()])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue