[Erp5-report] r40506 nicolas - /erp5/trunk/utils/cloudooo/cloudooo/document.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 22 18:27:37 CET 2010
Author: nicolas
Date: Mon Nov 22 18:27:37 2010
New Revision: 40506
URL: http://svn.erp5.org?rev=40506&view=rev
Log:
forgot to rename this variable
Modified:
erp5/trunk/utils/cloudooo/cloudooo/document.py
Modified: erp5/trunk/utils/cloudooo/cloudooo/document.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/document.py?rev=40506&r1=40505&r2=40506&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/document.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/document.py [utf8] Mon Nov 22 18:27:37 2010
@@ -75,7 +75,7 @@ class FileSystemDocument(object):
zipfile.extractall(path=self.directory_name)
zipfile.close()
filename_list = listdir(self.directory_name)
- if 'index.html' in file_list:
+ if 'index.html' in filename_list:
file_path = join(self.directory_name, 'index.html')
else:
mimetype_list = ['text/html', 'application/xhtml+xml']
More information about the Erp5-report
mailing list