Actually output the warning

Change-Id: If47f0be53e4b80eae9f03e48acb299c686984d95
This commit is contained in:
Daniel Lublin 2017-03-09 09:14:37 +01:00
parent b61f5b2ec9
commit 54ca2e399c

View File

@ -120,7 +120,7 @@ def printwrap(unwrapped):
def warn(warning):
printwrap("WARNING: %s")
printwrap("WARNING: %s" % warning)
def parse_review_number(review):