Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-03-24 14:33:55 +09:00
parent 0f710d5503
commit eb78594ebc

View File

@@ -31,7 +31,7 @@ class Cli():
__slot__ = ['parser'] __slot__ = ['parser']
def run_install(self,args): def run_install(self, args):
arch = args.arch arch = args.arch
target = args.target target = args.target
os_name = args.host os_name = args.host