Skip to content

Commit a5565bd

Browse files
author
James William Pye
committed
Add comment.
1 parent f0c55b1 commit a5565bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

postgresql/driver/dbapi20.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def read(self, amount):
121121
self.buf.extend(next(self.chunks))
122122
end = self.pos + amount
123123
except StopIteration:
124+
# end of cursor
124125
end = len(self.buf)
125126

126127
r = self.buf[self.pos:end]

0 commit comments

Comments
 (0)