home · contact · privacy
Server/py: Fix erroneous comment.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 19 Feb 2015 11:32:44 +0000 (12:32 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 19 Feb 2015 11:32:44 +0000 (12:32 +0100)
plomrogue-server.py

index 9bdab821360dd4262d1de20a9f817e197eb6c8dd..d5949ad148761124614a2c2f1537f7be907268dd 100755 (executable)
@@ -41,7 +41,7 @@ def cleanup_server_io(io_db):
 
 
 def detect_atomic_leftover(path):
-    """Raise explained HandledException if file is found at path + "_tmp"."""
+    """Raise explained SystemExit 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 " \