Fixed an issue in idmapper metaclass wrapper, it caused text fields to be occationally be written with objects.
This commit is contained in:
parent
bbba695380
commit
0a394929b7
7 changed files with 146 additions and 45 deletions
|
|
@ -1008,6 +1008,8 @@ class PrettyTable(object):
|
|||
if self.rowcount == 0 and (not options["print_empty"] or not options["border"]):
|
||||
return ""
|
||||
|
||||
#print "prettytable:", self._rows
|
||||
|
||||
# Get the rows we need to print, taking into account slicing, sorting, etc.
|
||||
rows = self._get_rows(options)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue