Procházet zdrojové kódy

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

tags/v1.0^2
Ben Kurtovic před 10 roky
rodič
revize
8363f2b0f4
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      bitshift/crawler/indexer.py

+ 2
- 0
bitshift/crawler/indexer.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit