Skip to content

Commit

Permalink
Fix part 1 of issue #549
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Aug 30, 2012
1 parent ac3ee6c commit 75ba958
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,6 @@ def strip_table_from_column(self, column):
else:
return re.sub(re.sub('s$', '', self.table) + '_', '', column, 1)

def columns(self):
try:
return set([l for l in self.structured_data if l[0] == 'Columns'][1])
except Exception:
return set([])

def is_a_closed_chapter(self):
"""
When the query is asking for log events from a time interval in the
Expand Down

0 comments on commit 75ba958

Please sign in to comment.