mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-25 06:46:55 +01:00
Syntax errors fixed
This commit is contained in:
parent
bc0ff1aa8a
commit
42ddd6909b
1 changed files with 2 additions and 2 deletions
|
|
@ -156,9 +156,9 @@ class SettingsLoader(object):
|
|||
if sections == [] and default_section:
|
||||
sections.append(section_prefix + '.' + default_section)
|
||||
elif sections == []:
|
||||
raise NameError("Not existing settings section : %s" % section__prefix)
|
||||
raise NameError("Not existing settings section : %s" % section_prefix)
|
||||
|
||||
return sections;
|
||||
return sections
|
||||
|
||||
##@brief Returns invalid settings
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue