summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2017-03-09 09:14:37 +0100
committerDaniel Lublin <daniel@lublin.se>2017-08-10 09:12:18 +0000
commit54ca2e399c4e354ce8811de7da3787d1bf83e87b (patch)
treec84dd61e9bfe80b73ffc12d13f565d8dac233b34
parentb61f5b2ec9ab140960a1c6e0a424389cdd8951a0 (diff)
downloadgit-review-54ca2e399c4e354ce8811de7da3787d1bf83e87b.tar.gz
Actually output the warning
Change-Id: If47f0be53e4b80eae9f03e48acb299c686984d95
-rwxr-xr-xgit_review/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_review/cmd.py b/git_review/cmd.py
index b0956ff..e38db42 100755
--- a/git_review/cmd.py
+++ b/git_review/cmd.py
@@ -120,7 +120,7 @@ def printwrap(unwrapped):
def warn(warning):
- printwrap("WARNING: %s")
+ printwrap("WARNING: %s" % warning)
def parse_review_number(review):