Browse Source

bugfix on fs_utils.py related to Bug #253

Quentin Bonaventure 8 years ago
parent
commit
d0ff939544
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lodel/plugins/lodelsite_datasource/fs_utils.py

+ 0
- 1
lodel/plugins/lodelsite_datasource/fs_utils.py View File

@@ -102,7 +102,6 @@ lodelsite "%s" : %s' % (name, e))
102 102
     
103 103
     #Child directories
104 104
     for mname, ccd in (('datas', data_path), ('ctx', ctx_path)):
105
-        ccd = data_path
106 105
         for d in LODELSITE_INSTALL_MODEL[mname]:
107 106
             to_create = os.path.join(ccd, d)
108 107
             try:

Loading…
Cancel
Save