From 317ed640f0a1568ce67c1a9ab441e4f920aa421f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 10 Apr 2019 18:21:08 +0200 Subject: Forgot to send the options as actual options. --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index bf8827f6..d2d0a1d6 100644 --- a/archinstall.py +++ b/archinstall.py @@ -114,7 +114,7 @@ def run(cmd, echo=False, opts=None, *args, **kwargs): if not opts: opts = {} if echo or 'debug' in opts: print('[!] {}'.format(cmd)) - handle = Popen(cmd, shell='True', stdout=PIPE, stderr=STDOUT, stdin=PIPE **kwargs) + handle = Popen(cmd, shell='True', stdout=PIPE, stderr=STDOUT, stdin=PIPE, **kwargs) output = b'' while handle.poll() is None: data = handle.stdout.read() -- cgit v1.2.3-70-g09d2