From a1639b3dce63b85ef7d426c87e641a9907f3f2b6 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Sun, 28 Sep 2003 09:27:35 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2375 --- tools/dbcheck_files_exist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dbcheck_files_exist b/tools/dbcheck_files_exist index 1a9ec84863..7e6767add5 100755 --- a/tools/dbcheck_files_exist +++ b/tools/dbcheck_files_exist @@ -7,7 +7,7 @@ database.connect() config = configxml.default_config().config def get_file_path(wu): - return os.path.join(config.upload_dir, + return os.path.join(config.download_dir, re.search('(.*)',wu.xml_doc).group(1)) print "Checking for missing input files ...\n"