Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt authored Apr 11, 2019
1 parent ec2fc9d commit bd7cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/ClientStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def _check_trans(self, trans, meth):
"Transaction not committing", meth, trans)

if buf.connection_generation != self._connection_generation:
# We were disconneected, so this one is poisoned
# We were disconnected, so this one is poisoned
raise ClientDisconnected(meth, 'on a disconnected transaction')

return buf
Expand Down

3 comments on commit bd7cd06

@ale-rt
Copy link
Member Author

@ale-rt ale-rt commented on bd7cd06 Apr 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I committed this fix for a typo directly on master through the github interface. Should I revert and do a proper PR?
CC @jimfulton

@mgedmin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine, IMHO.

@jimfulton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, no worries. Thanks for the fix!

Please sign in to comment.