mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-05-31 22:30:36 +02:00
Merge 517409a423 into 9a268c4c39
This commit is contained in:
commit
e0820ed45e
4 changed files with 69 additions and 2 deletions
|
|
@ -19,6 +19,9 @@ def run(*args, cleanup=None, **kwargs):
|
|||
if kwargs.pop('verbose', False):
|
||||
print(arguments)
|
||||
|
||||
sys.stdout.flush()
|
||||
sys.stderr.flush()
|
||||
|
||||
try:
|
||||
return subprocess.run(arguments, check=True, **kwargs)
|
||||
except subprocess.CalledProcessError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue