forked from Mirror/pmbootstrap
Revert "Process stdout and stderr from subprocesses separately"
This reverts commit 04aabd7d70
.
I did not test this well enough, sorry! This introduced problems
such as interactive shell not working anymore (#40), cryptsetup partion
creating not working anymore etc.
This commit is contained in:
parent
9d8fd984a0
commit
1cc0704bc0
2 changed files with 27 additions and 66 deletions
|
@ -74,5 +74,3 @@ def init(args):
|
|||
log_handler._args = args
|
||||
handler.setFormatter(formatter)
|
||||
root_logger.addHandler(handler)
|
||||
|
||||
logging.debug('*' * 40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue