Actually output the warning
Change-Id: If47f0be53e4b80eae9f03e48acb299c686984d95
This commit is contained in:
parent
b61f5b2ec9
commit
54ca2e399c
@ -120,7 +120,7 @@ def printwrap(unwrapped):
|
||||
|
||||
|
||||
def warn(warning):
|
||||
printwrap("WARNING: %s")
|
||||
printwrap("WARNING: %s" % warning)
|
||||
|
||||
|
||||
def parse_review_number(review):
|
||||
|
Loading…
Reference in New Issue
Block a user