Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Upadhyay committed Jan 6, 2011
1 parent 2a11923 commit 608a34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dutils/zqueue.py
Expand Up @@ -264,7 +264,7 @@ def xreply(self, sender, arguments):
namespace, command, argument = arguments
except ValueError:
return send_multi(
self.socket, [sender, ZNull, super(ZQueue, self).reply(line)]
self.socket, [sender, ZNull, super(ZQueue, self).reply(arguments)]
)
#print namespace, command
if command == "get":
Expand Down

0 comments on commit 608a34d

Please sign in to comment.