Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: git_cl.py

Issue 1924643002: Pedantic follow up nitfix. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 7d3c1055c23e0fa986b34cfca09003c41a939b19..0acb9cd59ba2f67a73dc357a21e5ef0d2f851b14 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -3293,7 +3293,7 @@ def CMDdescription(parser, args):
DieWithError('This branch has no associated changelist.')
description = ChangeDescription(cl.GetDescription())
if options.display:
- print >> sys.stdout, description.description
+ print description.description
return 0
description.prompt()
if cl.GetDescription() != description.description:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698