Skip to content

Commit

Permalink
Fixing another bug in msg_type refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed Jul 14, 2011
1 parent c4eb828 commit 260396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/parallel/engine/streamkernel.py
Expand Up @@ -384,7 +384,7 @@ def dispatch_queue(self, stream, msg):

header = msg['header']
msg_id = header['msg_id']
msg['header']['msg_type']
msg_type = msg['header']['msg_type']
if self.check_aborted(msg_id):
self.aborted.remove(msg_id)
# is it safe to assume a msg_id will not be resubmitted?
Expand Down

0 comments on commit 260396c

Please sign in to comment.