reintroduce set_se_list command
This commit is contained in:
@ -114,6 +114,12 @@ def frappy_start(service, cfg=None):
|
||||
return all_cfg
|
||||
|
||||
|
||||
@usercommand
|
||||
def set_se_list():
|
||||
frappy_config = session.devices['frappy_config']
|
||||
frappy_config.set_envlist()
|
||||
|
||||
|
||||
@usercommand
|
||||
@helparglist('cfg')
|
||||
def frappy_main(cfg=None):
|
||||
|
@ -55,5 +55,5 @@ printinfo(" frappy_stick('') # remove stick")
|
||||
printinfo(" frappy_main('') # remove main SE apparatus")
|
||||
printinfo(" frappy_main() # show the current SE configuration")
|
||||
printinfo("=======================================================================================")
|
||||
frappy_config.set_envlist()
|
||||
set_se_list()
|
||||
'''
|
||||
|
Reference in New Issue
Block a user