Browse Source

Syntax error fix

Quentin Bonaventure 8 years ago
parent
commit
1ea521c971
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/plugins/multisite/run.py

+ 1
- 1
lodel/plugins/multisite/run.py View File

@@ -166,7 +166,7 @@ This should not append !' % ctx_name
166 166
         LodelContext.set(None)
167 167
         logger.critical(msg)
168 168
         raise LodelFatalError(msg)
169
-    settings(os.path.join('./', confdir_basename)
169
+    settings(os.path.join('./', confdir_basename))
170 170
     #
171 171
     #Loading hooks & plugins
172 172
     #

Loading…
Cancel
Save