From 66111c9b8c77ae0015839b97e7c1361537c8e4f2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 23 Jul 2017 05:21:30 +0200 Subject: [PATCH] [mod] case never happen --- moulinette/actionsmap.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/moulinette/actionsmap.py b/moulinette/actionsmap.py index 2faa6993..016566d6 100644 --- a/moulinette/actionsmap.py +++ b/moulinette/actionsmap.py @@ -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)