summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-12-05 21:59:08 +0100
committeryvesf <yvesf-git@xapek.org>2010-12-05 21:59:08 +0100
commitf6e39a928a5fb98399199067c33649fd4a6b64e4 (patch)
tree198082d51f482f28d073f294cf853b519896dec3
parent3e8feb517d2cc4022ff3afd787478376db59fd10 (diff)
downloadbooksearch-f6e39a928a5fb98399199067c33649fd4a6b64e4.tar.gz
booksearch-f6e39a928a5fb98399199067c33649fd4a6b64e4.zip
single process fallback message
-rw-r--r--indexer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer.py b/indexer.py
index c909f68..719d800 100644
--- a/indexer.py
+++ b/indexer.py
@@ -205,6 +205,7 @@ try:
except KeyboardInterrupt:
pool.terminate()
except ImportError:
+ print "fallback to singleprocess model"
for filepath in filepaths:
if process_file(filepath) == "KeyboardInterrupt":
break