Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 7179847

Browse files
author
bburns
committed
1 parent d7eb541 commit 7179847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def __output_results(self, cursor, out, batch_size=15):
290290
except AutoReconnect:
291291
out(json.dumps({"ok" : 0, "errmsg" : "auto reconnecting, please try again"}))
292292
return
293-
except OperationFailure as of:
293+
except OperationFailure, of:
294294
out(json.dumps({"ok" : 0, "errmsg" : "%s" % of}))
295295
return
296296
except StopIteration:

0 commit comments

Comments
 (0)