mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] case never happen
This commit is contained in:
parent
8d94e1aa43
commit
66111c9b8c
1 changed files with 0 additions and 4 deletions
|
@ -632,10 +632,6 @@ class ActionsMap(object):
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
# No parser for the action
|
# No parser for the action
|
||||||
continue
|
continue
|
||||||
except ValueError as e:
|
|
||||||
logger.warning("cannot add action (%s, %s, %s): %s",
|
|
||||||
namespace, category_name, action_name, e)
|
|
||||||
continue
|
|
||||||
|
|
||||||
# Store action identifier and add arguments
|
# Store action identifier and add arguments
|
||||||
action_parser.set_defaults(_tid=tid)
|
action_parser.set_defaults(_tid=tid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue