Add a very, very important full stop.

This commit is contained in:
Guillaume Ayoub 2016-07-05 18:07:36 +02:00 committed by GitHub
parent 828d43a305
commit 6a4fe6beb5

View File

@ -111,7 +111,7 @@ def run():
def serve(configuration, logger): def serve(configuration, logger):
"""Serve radicale from configuration""" """Serve radicale from configuration."""
# Fork if Radicale is launched as daemon # Fork if Radicale is launched as daemon
if configuration.getboolean("server", "daemon"): if configuration.getboolean("server", "daemon"):
# Check and create PID file in a race-free manner # Check and create PID file in a race-free manner