home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211117b
)
Server/py: Fix erroneous comment.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 19 Feb 2015 11:32:44 +0000
(12:32 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 19 Feb 2015 11:32:44 +0000
(12:32 +0100)
plomrogue-server.py
patch
|
blob
|
history
diff --git
a/plomrogue-server.py
b/plomrogue-server.py
index 9bdab821360dd4262d1de20a9f817e197eb6c8dd..d5949ad148761124614a2c2f1537f7be907268dd 100755
(executable)
--- 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 " \