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:
bd4472e
)
Server/py: Improve docstring.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 17 Feb 2015 00:49:34 +0000
(
01:49
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 17 Feb 2015 00:49:34 +0000
(
01:49
+0100)
plomrogue-server.py
patch
|
blob
|
history
diff --git
a/plomrogue-server.py
b/plomrogue-server.py
index 2c9e70153077c1de9df54335c7d264260577733a..bcd985d22b6929c7605c5148ab1edf64ea14b537 100755
(executable)
--- a/
plomrogue-server.py
+++ b/
plomrogue-server.py
@@
-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 " \