From 0161a67a01ed59342e5bfff48455ad1688753a1c Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Thu, 21 Jul 2016 17:33:06 +0800 Subject: Fix a bug when removing a plugin Change-Id: Iaf637c8a87123858d04d02ae04bf1a2bb517026b Signed-off-by: JingLu5 --- yardstick/cmd/commands/plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yardstick') diff --git a/yardstick/cmd/commands/plugin.py b/yardstick/cmd/commands/plugin.py index e65c818fa..52ecf2005 100644 --- a/yardstick/cmd/commands/plugin.py +++ b/yardstick/cmd/commands/plugin.py @@ -50,6 +50,8 @@ class PluginCommands(object): print("Done, exiting") + @cliargs("input_file", type=str, help="path to plugin configuration file", + nargs=1) def do_remove(self, args): '''Remove a plugin.''' -- cgit 1.2.3-korg