steem-python icon indicating copy to clipboard operation
steem-python copied to clipboard

Example syncing blockchain to flat file will fail when file empty

Open MarneeDear opened this issue 8 years ago • 0 comments

If this is your first time syncing the blockchain to a a file, the sync will fail if the file is empty. I added a check to see if the file is empty and return EOF if empty.

This is in docs/examples.rst

I will be making a pull request shortly.

MarneeDear avatar Sep 03 '17 16:09 MarneeDear