浏览代码

Syntax errors fixed

Roland Haroutiounian 8 年前
父节点
当前提交
42ddd6909b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      lodel/settings/settings_loader.py

+ 2
- 2
lodel/settings/settings_loader.py 查看文件

@@ -156,9 +156,9 @@ class SettingsLoader(object):
156 156
         if sections == [] and default_section: 
157 157
              sections.append(section_prefix + '.' + default_section)
158 158
         elif sections == []:
159
-            raise NameError("Not existing settings section : %s" % section__prefix)
159
+            raise NameError("Not existing settings section : %s" % section_prefix)
160 160
             
161
-        return sections;
161
+        return sections
162 162
     
163 163
     ##@brief Returns invalid settings
164 164
     #

正在加载...
取消
保存