From 7db13c550198c1954052ce51aae1283b3f277d05 Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 12 Apr 2016 12:34:02 +0200 Subject: [PATCH] Bootstrap verify performance fix - Bootstrap verify performance fix Change-Id: I8f77c26aef805f5223d03e2a0bc4a97f88195ed8 Signed-off-by: pmikus --- resources/tools/topo_installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools/topo_installation.py b/resources/tools/topo_installation.py index 1dc818f113..f445a965cf 100755 --- a/resources/tools/topo_installation.py +++ b/resources/tools/topo_installation.py @@ -30,7 +30,7 @@ def main(): help="Topology file") parser.add_argument("-d", "--directory", required=True, help="Installation directory") - parser.add_argument("-p", "--packages", required=True, nargs='*', + parser.add_argument("-p", "--packages", required=False, nargs='+', help="Packages paths to copy") parser.add_argument("-c", "--cancel", help="Cancel installation", action="store_true") -- 2.16.6