瀏覽代碼

Generic try/catch directly around parse() for parser errors.

tags/v1.0^2
Ben Kurtovic 10 年之前
父節點
當前提交
8363f2b0f4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      bitshift/crawler/indexer.py

+ 2
- 0
bitshift/crawler/indexer.py 查看文件

@@ -168,6 +168,8 @@ class GitIndexer(threading.Thread):
parse(codelet)
except UnsupportedFileError:
continue
except Exception:
self._logger.exception("Exception raised while parsing:")
self.database.insert(codelet)

def _generate_file_url(self, filename, repo):


Loading…
取消
儲存