fix error
This commit is contained in:
parent
1e33d23f16
commit
81fdebd313
3 changed files with 3 additions and 3 deletions
|
|
@ -695,7 +695,7 @@ class Base(object):
|
|||
|
||||
def execute_switch_tuned(self, switch, data):
|
||||
"""
|
||||
Suported switch_tuned_start_stop and switch_tuned_startup_start_stop.
|
||||
Supported switch_tuned_start_stop and switch_tuned_startup_start_stop.
|
||||
"""
|
||||
|
||||
if switch == self._gobj('switchTunedStartStop'):
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ __all__ = ['GuiPluginLoader']
|
|||
class GuiPluginLoader():
|
||||
|
||||
'''
|
||||
Class for scan, import and load actual avaible plugins.
|
||||
Class for scan, import and load actual variable plugins.
|
||||
'''
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ class Functions():
|
|||
self._esc = False
|
||||
self._cnt += 1
|
||||
if len(self._stack):
|
||||
log.error("invalid varialbe syntax, non pair '{' in: '%s'" % s)
|
||||
log.error("invalid variable syntax, non pair '{' in: '%s'" % s)
|
||||
return self._str
|
||||
|
||||
def expand(self, s):
|
||||
|
|
|
|||
Loading…
Reference in a new issue