autopep8
Change-Id: I4e40e0ef8e80999832846eac3a415fdd767c6d98
This commit is contained in:
@@ -46,6 +46,7 @@ from secop.lib.parsing import format_time
|
||||
|
||||
|
||||
class Dispatcher(object):
|
||||
|
||||
def __init__(self, logger, options):
|
||||
self.equipment_id = options.pop('equipment_id')
|
||||
self.log = logger
|
||||
@@ -213,7 +214,7 @@ class Dispatcher(object):
|
||||
dd = {
|
||||
'parameters': self.list_module_params(modulename, only_static=True),
|
||||
'commands': self.list_module_cmds(modulename),
|
||||
'properties' : module.PROPERTIES,
|
||||
'properties': module.PROPERTIES,
|
||||
}
|
||||
result['modules'][modulename] = dd
|
||||
result['equipment_id'] = self.equipment_id
|
||||
|
||||
Reference in New Issue
Block a user