diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm')
-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 | |||
24 | + opts.check_args_of_option("edit", 0) | 24 | + opts.check_args_of_option("edit", 0) |
25 | + opts.check_args_of_option("enable", -1) | 25 | + opts.check_args_of_option("enable", -1) |
26 | + opts.check_args_of_option("disable", -1) | 26 | + opts.check_args_of_option("disable", -1) |
27 | + opts.ensure_action("channel", ["add", "set", "remove", "remove-all", | 27 | + opts.ensure_action("channel", ["add", "set", "remove", "remove_all", |
28 | + "list", "show", "yaml", "enable", "disable"]) | 28 | + "list", "show", "yaml", "enable", "disable"]) |
29 | + opts.check_remaining_args() | 29 | + opts.check_remaining_args() |
30 | + | 30 | + |