1
0
Fork 0
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:
Guillaume Ayoub 2011-07-26 09:02:21 +02:00
parent 8f488eb6bc
commit cdae6f04e9
5 changed files with 11 additions and 10 deletions

View file

@ -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)