Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
earwigbot
espelho de
https://github.com/earwig/earwigbot
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
4
Trabalho
Ver a proveniência
Add a debug message when catching ParserExclusionError.
tags/v0.2
Ben Kurtovic
há 9 anos
ascendente
c81d1d949d
cometimento
f52fb06c19
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
earwigbot/wiki/copyvios/workers.py
+ 1
- 0
earwigbot/wiki/copyvios/workers.py
Ver ficheiro
@@ -223,6 +223,7 @@ class _CopyvioWorker(object):
try:
text = self._open_url(source)
except ParserExclusionError:
self._logger.debug("Source excluded by content parser")
source.skipped = source.excluded = True
source.finish_work()
else:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar