mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Small pep8 related typo fixes
This commit is contained in:
parent
8f488eb6bc
commit
cdae6f04e9
5 changed files with 11 additions and 10 deletions
|
@ -35,9 +35,9 @@ from radicale import config
|
|||
LOGGER = logging.getLogger()
|
||||
FILENAME = os.path.expanduser(config.get("logging", "config"))
|
||||
|
||||
|
||||
def start():
|
||||
"""Start the logging according to the configuration."""
|
||||
|
||||
if os.path.exists(FILENAME):
|
||||
# Configuration taken from file
|
||||
logging.config.fileConfig(FILENAME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue