mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix type mismatching
This commit is contained in:
parent
87901afb3f
commit
6e7c75e642
@ -47,7 +47,7 @@ class InventoryFileReader(object):
|
||||
def read_buffer(self):
|
||||
# type: () -> None
|
||||
chunk = self.stream.read(BUFSIZE)
|
||||
if chunk == '':
|
||||
if chunk == b'':
|
||||
self.eof = True
|
||||
self.buffer += chunk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user