Parcourir la source

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

tags/v1.0^2
Ben Kurtovic il y a 10 ans
Parent
révision
8363f2b0f4
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      bitshift/crawler/indexer.py

+ 2
- 0
bitshift/crawler/indexer.py Voir le fichier

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


Chargement…
Annuler
Enregistrer