That condition is actual not needed
This commit is contained in:
parent
6e2d554ad1
commit
786a50b90a
@ -97,10 +97,9 @@ def apply_args(args : Args, apply_state_item : ApplyStateItem) -> None:
|
|||||||
for processor_module in get_processors_modules(available_processors):
|
for processor_module in get_processors_modules(available_processors):
|
||||||
processor_module.apply_args(args, apply_state_item)
|
processor_module.apply_args(args, apply_state_item)
|
||||||
# uis
|
# uis
|
||||||
if args.get('command') == 'run':
|
apply_state_item('open_browser', args.get('open_browser'))
|
||||||
apply_state_item('open_browser', args.get('open_browser'))
|
apply_state_item('ui_layouts', args.get('ui_layouts'))
|
||||||
apply_state_item('ui_layouts', args.get('ui_layouts'))
|
apply_state_item('ui_workflow', args.get('ui_workflow'))
|
||||||
apply_state_item('ui_workflow', args.get('ui_workflow'))
|
|
||||||
# execution
|
# execution
|
||||||
apply_state_item('execution_device_id', args.get('execution_device_id'))
|
apply_state_item('execution_device_id', args.get('execution_device_id'))
|
||||||
apply_state_item('execution_providers', args.get('execution_providers'))
|
apply_state_item('execution_providers', args.get('execution_providers'))
|
||||||
|
Loading…
Reference in New Issue
Block a user