Refactored config.py: Replaced 'config.toml' by _CONFIG_FILE
In the class Config in config.py, I replaced the multiple occurences of 'config.toml' by the class constant _CONFIG_FILE.
This aims to make the code:
- easier to maintain
- clearer
by:
- expliciting what "config.toml" represents
- reducing the amount of literal values in the code.
PS: This is my first contribution to an open source project. I would highly value any comment that would help me make better contributions in the future
Sorry, I did not mean to get the commit 930db0b added to the pull request. I'm guessing I shouldn't use rebase to get my fork up-to-date
Well, that wasn't pretty, sorry about that. But, now, the pull request is fixed.
The commit from this pull request is available through pull request #248. As such, I'm closing this request.