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

Unified Diff: lib/webports/source_package.py

Issue 1726863002: Fix typo in source_package.p (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 10 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: lib/webports/source_package.py
diff --git a/lib/webports/source_package.py b/lib/webports/source_package.py
index cf29ccc0c85e033d4d54c05f8171b50fa839735f..58cd7a3a54d615756a9c26c56533d9a19e22b575 100644
--- a/lib/webports/source_package.py
+++ b/lib/webports/source_package.py
@@ -389,7 +389,7 @@ class SourcePackage(package.Package):
rtn = subprocess.call(cmd, stdout=sys.stdout, stderr=sys.stderr,
cwd=self.root, env=env)
if rtn != 0:
- raise Error('Build failed: %s' % self.InfoString())
+ raise Error('Build failed: %s' % self.info_string())
def download(self, force_mirror=None):
"""Download upstream sources and verify integrity."""
« 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