From 42be9153da5826ea0b294397e1f07a5609ee2fd3 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 5 Dec 2002 02:39:38 +0000 Subject: [PATCH] oopsie floopsie, forgot function call git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@654 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/FtpUrlData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/FtpUrlData.py b/linkcheck/FtpUrlData.py index 66e1f935..d7c42d96 100644 --- a/linkcheck/FtpUrlData.py +++ b/linkcheck/FtpUrlData.py @@ -43,7 +43,7 @@ class FtpUrlData (ProxyUrlData): line=self.line, column=self.column, name=self.name) - http.buildUrl + http.buildUrl() return http.check() # no proxy _user, _password = self._getUserPassword()