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

Unified Diff: build/android/pylib/utils/findbugs.py

Issue 49733002: Fix a typo about findbugs_args (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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: build/android/pylib/utils/findbugs.py
diff --git a/build/android/pylib/utils/findbugs.py b/build/android/pylib/utils/findbugs.py
index 487e559f2b4a2757ccbf719b2a7be3268c19af96..8dde7f6fb1ea7545d3b5e2c541e54841cea5df17 100644
--- a/build/android/pylib/utils/findbugs.py
+++ b/build/android/pylib/utils/findbugs.py
@@ -122,7 +122,7 @@ def _Run(exclude, known_bugs, classes_to_analyze, auxiliary_classes,
cmd = '%s -exclude %s ' % (cmd, os.path.abspath(exclude))
if findbug_args:
- cmd = '%s %s ' % (cmd, fingbug_args)
+ cmd = '%s %s ' % (cmd, findbug_args)
chrome_classes = _GetChromeClasses(release_version)
« 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