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
     
102
     
103
     #Child directories
103
     #Child directories
104
     for mname, ccd in (('datas', data_path), ('ctx', ctx_path)):
104
     for mname, ccd in (('datas', data_path), ('ctx', ctx_path)):
105
-        ccd = data_path
106
         for d in LODELSITE_INSTALL_MODEL[mname]:
105
         for d in LODELSITE_INSTALL_MODEL[mname]:
107
             to_create = os.path.join(ccd, d)
106
             to_create = os.path.join(ccd, d)
108
             try:
107
             try:

Loading…
Cancel
Save