volsa / etherface

Ethereum Signature Database
https://www.etherface.io
GNU General Public License v3.0
174 stars 22 forks source link

Create `etherface.log` if not present #4

Closed volsa closed 2 years ago

volsa commented 2 years ago

Execution will halt immediately and the error Error: No such file or directory (os error 2) is presented if the etherface.log file is not present. Fixing this should be quite easy, i.e. append to file if exist else create before appending.