Guest User

Untitled

a guest
Jun 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1.         # If the file end is reached before the buffer is filled
  2.         # an exception is thrown.  
  3.         if len(read_chars) != count:
  4.                 raise CorruptedChessFileError("Unexpected end of file.")
Add Comment
Please, Sign In to add comment