From be70795641d788332eb1f2b7fdc613fb41aa8b6a Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 19 Feb 2015 12:32:44 +0100
Subject: [PATCH] Server/py: Fix erroneous comment.

---
 plomrogue-server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plomrogue-server.py b/plomrogue-server.py
index 9bdab82..d5949ad 100755
--- a/plomrogue-server.py
+++ b/plomrogue-server.py
@@ -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 " \
-- 
2.30.2