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

Unified Diff: bin/cbuildbot.py

Issue 3175030: cbuildbot: fix typo (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 4 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: bin/cbuildbot.py
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
index c595b27c5d672400739f1a61aef98962499e275e..d09529ef48f5b9e145c9fa89962f6cc0e8d60381 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -107,7 +107,7 @@ def _UprevAllPackages(buildroot):
def _UprevPackages(buildroot, revisionfile):
revisions = None
- if (revision_file):
+ if (revisionfile):
rev_file = revisionfile.open(revisionfile)
revisions = rev_file.read()
rev_file.close()
« 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