mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-18 11:31:06 +00:00
datadir as url path
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3325 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
2888c34859
commit
850684b1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import linkcheck.checker.tests
|
|||
def get_attrs ():
|
||||
return {
|
||||
'curdir': linkcheck.checker.tests.get_file_url(os.getcwd()),
|
||||
'datadir': os.path.join("linkcheck", "checker", "tests", "data"),
|
||||
'datadir': "linkcheck/checker/tests/data",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue