Files
@ eca0cb56a822
Branch filter:
Location: kallithea/.coveragerc
eca0cb56a822
1.1 KiB
text/plain
py3: fix rc_types error
Spotted by pytypes:
File "kallithea/bin/base.py", line 133, in make_config: Function BinaryIO.write was called with the wrong arguments [wrong-arg-types]
Expected: (self, s: Union[bytearray, bytes, memoryview])
Actually passed: (self, s: str)
Spotted by pytypes:
File "kallithea/bin/base.py", line 133, in make_config: Function BinaryIO.write was called with the wrong arguments [wrong-arg-types]
Expected: (self, s: Union[bytearray, bytes, memoryview])
Actually passed: (self, s: str)