Fix issue #7165 in _create_challenge_dirs(), attempt to fix pylint errors (#7568)

* fix issue #7165 by checking if directory exists before trying to create it, fix possible pylint issues in webroot.py

* fix get_chall_pref definition

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Adrien Ferrand <adferrand@users.noreply.github.com>
This commit is contained in:
martin-c
2020-02-23 22:14:51 +01:00
committed by GitHub
co-authored by Adrien Ferrand
parent 2633c3ffb6
commit 4fd04366aa
2 changed files with 12 additions and 8 deletions
+2
View File
@@ -15,6 +15,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* certbot._internal.cli is now a package split in submodules instead of a whole module.
* Fix acme module warnings when response Content-Type includes params (e.g. charset).
* Fixed issue where webroot plugin would incorrectly raise `Read-only file system`
error when creating challenge directories (issue #7165).
### Fixed