Skip to content

Commit

Permalink
Merge pull request #364 from ajkavanagh/master
Browse files Browse the repository at this point in the history
Fix change of behaviour on execute introduced in #363
  • Loading branch information
ChrisMacNaughton committed May 20, 2019
2 parents 765eacc + f99f6c6 commit 2e8dc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylxd/models/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def received_message(self, message):
self.last_message_empty = True
if self.finish_off:
self.finished = True
return
return
else:
self.last_message_empty = False
if message.encoding and self.message_encoding is None:
Expand Down

0 comments on commit 2e8dc7e

Please sign in to comment.