Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Add a debug message when catching ParserExclusionError.
tags/v0.2
Ben Kurtovic
hace 9 años
padre
c81d1d949d
commit
f52fb06c19
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
earwigbot/wiki/copyvios/workers.py
+ 1
- 0
earwigbot/wiki/copyvios/workers.py
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar