mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] pep8
This commit is contained in:
parent
ea443495eb
commit
933bf99052
1 changed files with 5 additions and 5 deletions
|
@ -1484,7 +1484,7 @@ def app_action_run(app, action, args=None):
|
||||||
# Retrieve arguments list for install script
|
# Retrieve arguments list for install script
|
||||||
args_dict = dict(urlparse.parse_qsl(args, keep_blank_values=True)) if args else {}
|
args_dict = dict(urlparse.parse_qsl(args, keep_blank_values=True)) if args else {}
|
||||||
args_odict = _parse_args_for_action(actions[action], args=args_dict)
|
args_odict = _parse_args_for_action(actions[action], args=args_dict)
|
||||||
args_list = [ value[0] for value in args_odict.values() ]
|
args_list = [value[0] for value in args_odict.values()]
|
||||||
|
|
||||||
app_id, app_instance_nb = _parse_app_instance_name(app)
|
app_id, app_instance_nb = _parse_app_instance_name(app)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue