ConfigParser().read() doesn't differentiate between different types of failure to read files, causing eg. "No such file" to be logged in all cases, for example if permissions are insufficient. fix that by using open() and ConfigParser().read_file() instead. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| authenticated.py | ||
| from_file.py | ||
| owner_only.py | ||
| owner_write.py | ||