We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54242eb commit d1dfc31Copy full SHA for d1dfc31
tools/python/memap/memap.py
@@ -698,7 +698,7 @@ def generate_table(self, file_desc):
698
columns = ['Module']
699
columns.extend(self.print_sections)
700
701
- table = PrettyTable(columns, junction_char="|", hrules=HRuleStyle.HEADER)
+ table = PrettyTable(columns, junction_char="|", hrules=HEADER)
702
table.align["Module"] = "l"
703
for col in self.print_sections:
704
table.align[col] = 'r'
0 commit comments