소스 검색

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):


불러오는 중...
취소
저장