mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fuck github syntax highlighter :/
This commit is contained in:
parent
6a6f53b27d
commit
a5d6bc524d
1 changed files with 1 additions and 1 deletions
2
yunohost
2
yunohost
|
@ -183,7 +183,7 @@ def parse_dict(action_dict):
|
|||
if 'ldap' in action_params: ldap = action_params['ldap']
|
||||
if 'action_help' not in action_params: action_params['action_help'] = ''
|
||||
parsers[category + '_' + action] = subparsers_action[category].add_parser(action, help=action_params['action_help'])
|
||||
# Set the action\'s related function
|
||||
# Set the action s related function
|
||||
parsers[category + '_' + action].set_defaults(
|
||||
func=str_to_func('yunohost_' + category + '.'
|
||||
+ category + '_' + action))
|
||||
|
|
Loading…
Add table
Reference in a new issue