*** empty log message ***

svn path=/trunk/boinc/; revision=3967
This commit is contained in:
Eric J. Korpela 2004-08-03 16:42:22 +00:00
parent e255fa67db
commit 463b35b424
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ def safe_unlink(filename):
print "Couldn't unlink %s:"%filename,e
def remove_cached_home_page():
path = os.path.join(project_dir, 'html/cache/index.php')
path = os.path.join(project_dir, 'html/cache/65/index.php')
if os.path.exists(path):
print 'removing ' + path
safe_unlink(path)