Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 5675104d65ab16ff6f50f95b63ad07c7818d0223..4ef4c4630a8e4008474492620af64cc2b34aa648 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -654,7 +654,7 @@ or verify this branch is set up to track another (via the --track argument to |
'this command again.') % issue) |
else: |
DieWithError( |
- '\nFailed to fetch issue description. HTTP error ' + e.code) |
+ '\nFailed to fetch issue description. HTTP error %d' % e.code) |
self.has_description = True |
if pretty: |
wrapper = textwrap.TextWrapper() |