Chromium Code Reviews| Index: build/util/lastchange.py |
| diff --git a/build/util/lastchange.py b/build/util/lastchange.py |
| index 75176f0737a7f5f00c5b739142ca1254b0ac2e2a..4e5311b11dbbb2930002a5897675e0a7bec96708 100755 |
| --- a/build/util/lastchange.py |
| +++ b/build/util/lastchange.py |
| @@ -117,7 +117,7 @@ def IsGitSVN(directory): |
| proc = RunGitCommand(directory, ['config', '--get-regexp', '^svn']) |
| if proc: |
| return (proc.wait() == 0) |
| - return false |
| + return False |
| def FetchGitSVNURL(directory): |