Skip to content

Commit

Permalink
generator.py: add 'brief' default arg to partitionable_info_t's dump_…
Browse files Browse the repository at this point in the history
…str() fn

  * intelxed#199

Change-Id: I738cd5328649cfa40fc7197b491bc49ec49fbd53
(cherry picked from commit 609b57f23fc28d667a1faf29f0b5d5d9a6683cdc)
  • Loading branch information
mjcharne authored and markcharney committed Aug 9, 2019
1 parent 60e53b8 commit 263fa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysrc/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ def check_for_simple_nts(self):
def __str__(self):
return self.dump_str()

def dump_str(self, pad=''):
def dump_str(self, pad='',brief=None):
return self.input_str

def dump_structured(self,pad=''):
Expand Down

0 comments on commit 263fa33

Please sign in to comment.