commit | 1cb6b671ba846fcbce3cde9c874f1c7df6e88e2c | [log] [tgz] |
---|---|---|
author | Ali Afshar <afshar@google.com> | Mon Mar 12 08:46:14 2012 -0400 |
committer | Ali Afshar <afshar@google.com> | Mon Mar 12 08:46:14 2012 -0400 |
tree | f9ad1e4409d8ed3f18eab2912fccf44b22667798 | |
parent | 4911b0363f37687f16a9de822b786f5532511a8c [diff] [blame] |
Fixed incorrectly referenced attribute. Fixes #115
diff --git a/apiclient/http.py b/apiclient/http.py index 9fdd39c..21455f9 100644 --- a/apiclient/http.py +++ b/apiclient/http.py
@@ -265,7 +265,7 @@ Returns: Size of the body. """ - return len(self.body) + return len(self._body) def resumable(self): """Whether this upload is resumable.