mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1706 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a29240d868
commit
33f218d9a2
1 changed files with 0 additions and 2 deletions
|
|
@ -51,8 +51,6 @@ class FtpUrl (urlbase.UrlBase, proxysupport.ProxySupport):
|
|||
_user, _password = urllib.splitpasswd(self.userinfo)
|
||||
else:
|
||||
_user, _password = self.get_user_password()
|
||||
#if _user is None or _password is None:
|
||||
# raise linkcheck.LinkCheckerError(_("No user or password found"))
|
||||
self.login(_user, _password)
|
||||
filename = self.cwd()
|
||||
if filename:
|
||||
|
|
|
|||
Loading…
Reference in a new issue