[mod] case never happen

This commit is contained in:
Laurent Peuch 2017-07-23 05:21:30 +02:00
parent 8d94e1aa43
commit 66111c9b8c

View file

@ -632,10 +632,6 @@ class ActionsMap(object):
except AttributeError:
# No parser for the action
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
action_parser.set_defaults(_tid=tid)