#193: Add remarks

This commit is contained in:
Vincent Jacques
2013-08-23 11:15:17 +02:00
parent bae0a37d18
commit 03d7fb012e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ class GithubObject(object):
'''
return self._headers.get(Consts.RES_LAST_MODIFED)
# #193: Should be only in CompletableGithubObject, NonCompletableGithubObjects don't have urls
def update(self):
'''
Check and update the object with conditional request
+1
View File
@@ -176,6 +176,7 @@ class Requester:
def __check(self, status, responseHeaders, output):
output = self.__structuredFromJson(output)
# #193: Shouldn't next line be in __requestEncode? (__check is not called on all requests)
# Log frame
self.DEBUG_ON_RESPONSE(status, responseHeaders, output)