diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch b/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch index fece5b9009..2ca0f6d593 100644 --- a/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch +++ b/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch @@ -24,7 +24,7 @@ index aa76f91..63fbb35 100644  +    opts.check_args_of_option("edit", 0)  +    opts.check_args_of_option("enable", -1)  +    opts.check_args_of_option("disable", -1) -+    opts.ensure_action("channel", ["add", "set", "remove", "remove-all", ++    opts.ensure_action("channel", ["add", "set", "remove", "remove_all",  +                       "list", "show", "yaml", "enable", "disable"])  +    opts.check_remaining_args()  + | 
