home · contact · privacy
Server/py: Improve docstring.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 17 Feb 2015 00:49:34 +0000 (01:49 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 17 Feb 2015 00:49:34 +0000 (01:49 +0100)
plomrogue-server.py

index 2c9e70153077c1de9df54335c7d264260577733a..bcd985d22b6929c7605c5148ab1edf64ea14b537 100755 (executable)
@@ -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 " \