aboutsummaryrefslogtreecommitdiffstats
path: root/python-tornado/unassembled/Platform.py
diff options
context:
space:
mode:
authorDevendra2013-10-06 17:38:16 +0530
committerDevendra2013-10-06 17:38:16 +0530
commit52c51378b4647911a64c8d4b1c759756d4930d4b (patch)
tree417baaf78907f8d2a179816c8a8dbac26f89c43e /python-tornado/unassembled/Platform.py
parent7ec3bbe414abe58072fda63f4f9c801f77b292e1 (diff)
downloadpubnub-python-TR-89.88.56.47.55.tar.bz2
included changes of pull request # 4TR-89.88.56.47.55
Diffstat (limited to 'python-tornado/unassembled/Platform.py')
-rw-r--r--python-tornado/unassembled/Platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-tornado/unassembled/Platform.py b/python-tornado/unassembled/Platform.py
index 4df04b3..7565fd2 100644
--- a/python-tornado/unassembled/Platform.py
+++ b/python-tornado/unassembled/Platform.py
@@ -57,7 +57,7 @@ class Pubnub(PubnubCoreAsync):
if response.error is not None:
with ExceptionStackContext(handle_exc):
response.rethrow()
- else:
+ elif callback:
callback(eval(response._get_body()))
self.http.fetch(