diff options
-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 |