Axelrod-Python / Axelrod-fingerprint

A repository of fingerprints of all strategies in the Axelrod-Python library
MIT License
6 stars 4 forks source link

Missing db.csv #8

Closed Nikoleta-v3 closed 7 years ago

Nikoleta-v3 commented 7 years ago

Closes #7

A error occured when running the script when the db.csv file does not exists. A function to create an empty db.csv was implemented and the used the existed read_db function to read in the empty csv.

Also PEP8. 2 blank lines between the methods according to pycharm.

drvinceknight commented 7 years ago

Merging :+1: Thanks Nik.