diff options
author | yvesf <yvesf-git@xapek.org> | 2010-12-05 21:59:08 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-12-05 21:59:08 +0100 |
commit | f6e39a928a5fb98399199067c33649fd4a6b64e4 (patch) | |
tree | 198082d51f482f28d073f294cf853b519896dec3 /indexer.py | |
parent | 3e8feb517d2cc4022ff3afd787478376db59fd10 (diff) | |
download | booksearch-f6e39a928a5fb98399199067c33649fd4a6b64e4.tar.gz booksearch-f6e39a928a5fb98399199067c33649fd4a6b64e4.zip |
single process fallback message
Diffstat (limited to 'indexer.py')
-rw-r--r-- | indexer.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |