when adding labels now making sure that they get processed during output writing

This commit is contained in:
Philip Eisenlohr 2013-10-08 13:54:13 +00:00
parent 0a7052a7da
commit ec6440f1f4
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ class ASCIItable():
for item in what: self.labels_append(item)
else: self.labels += [str(what)]
self.__IO__['labels'] = True # switch on processing (in particular writing) of labels
# ------------------------------------------------------------------
def labels_clear(self):
self.labels = []