commit | cd968c1833db55446db2ca1e3f8a939af78d065c | [log] [tgz] |
---|---|---|
author | nasser@codeaurora.org <nasser@codeaurora.org@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Feb 01 06:05:00 2010 +0000 |
committer | nasser@codeaurora.org <nasser@codeaurora.org@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Feb 01 06:05:00 2010 +0000 |
tree | 24c8c29801fbf4ebdf13c517e67dc37ad3fdc44a | |
parent | 7be5ef2ed09db81829e71ea93d1acf84469d8041 [diff] [blame] |
Always return a tuple from GIT.Capture Review URL: http://codereview.chromium.org/555198 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37685 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/scm.py b/scm.py index a772497..143d82f 100644 --- a/scm.py +++ b/scm.py
@@ -60,7 +60,7 @@ return gclient_utils.CheckCall(c, in_directory, print_error) except gclient_utils.CheckCallError: if error_ok: - return '' + return ('', '') raise @staticmethod