Skip to content

Commit d1dfc31

Browse files
augh
1 parent 54242eb commit d1dfc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/python/memap/memap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def generate_table(self, file_desc):
698698
columns = ['Module']
699699
columns.extend(self.print_sections)
700700

701-
table = PrettyTable(columns, junction_char="|", hrules=HRuleStyle.HEADER)
701+
table = PrettyTable(columns, junction_char="|", hrules=HEADER)
702702
table.align["Module"] = "l"
703703
for col in self.print_sections:
704704
table.align[col] = 'r'

0 commit comments

Comments
 (0)