Commit 8f440ed5 authored by Jérome Perrin's avatar Jérome Perrin

normalize indentation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17835 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7a2aec8
......@@ -207,7 +207,7 @@ class BusinessTemplateFolder(BusinessTemplateArchive):
os.makedirs(self.path)
def addFolder(self, name=''):
if name !='':
if name != '':
name = os.path.normpath(name)
path = os.path.join(self.path, name)
if not os.path.exists(path):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment