From: Christian Heller Date: Tue, 17 Feb 2015 00:49:34 +0000 (+0100) Subject: Server/py: Improve docstring. X-Git-Tag: tce~529 X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/gitweb.css?a=commitdiff_plain;h=42484b3205537d5f1fbcce99e06315ed3de55193;p=plomrogue Server/py: Improve docstring. --- diff --git a/plomrogue-server.py b/plomrogue-server.py index 2c9e701..bcd985d 100755 --- a/plomrogue-server.py +++ b/plomrogue-server.py @@ -46,7 +46,7 @@ def cleanup_server_io(io_db): def detect_atomic_leftover(path): - """Raise HandledException if file is found at path + "_tmp".""" + """Raise explained HandledException if file is found at path + "_tmp".""" path_tmp = path + "_tmp" msg = "Found file '" + path_tmp + "' that may be a leftover from an " \ "aborted previous attempt to write '" + path + "'. Aborting until " \