mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 16:44:43 +00:00
default blacklist output file is in .linkchecker user dir
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2233 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d04523b4fc
commit
afeae9fbe4
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class Configuration (dict):
|
|||
"quotechar": '"',
|
||||
}
|
||||
self['blacklist'] = {
|
||||
"filename": "~/.linkchecker_blacklist",
|
||||
"filename": "~/.linkchecker/blacklist",
|
||||
}
|
||||
self['xml'] = {
|
||||
"filename": "linkchecker-out.xml",
|
||||
|
|
|
|||
Loading…
Reference in a new issue