mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3967
This commit is contained in:
parent
e255fa67db
commit
463b35b424
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue