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