home · contact · privacy
Server/py: Fix erroneous comment.
[plomrogue] / 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 " \