This website works better with JavaScript.
首頁
說明
登入
ben
/
earwigbot
镜像来自
https://github.com/earwig/earwigbot
關註
1
收藏
1
複製
0
程式碼
版本發佈
4
Activity
瀏覽代碼
Add a debug message when catching ParserExclusionError.
tags/v0.2
Ben Kurtovic
9 年之前
父節點
c81d1d949d
當前提交
f52fb06c19
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
earwigbot/wiki/copyvios/workers.py
+ 1
- 0
earwigbot/wiki/copyvios/workers.py
查看文件
@@ -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:
Write
Preview
Loading…
取消
儲存