forked from Mirror/pmbootstrap
Revert "pmb: Make RunOutputTypeDefault and RunOutputTypePopen enums"
Revert the patch, as it breaks "pmbootstrap chroot".
This reverts commit 7d2f055bcb
.
This commit is contained in:
parent
ae0d162d31
commit
3ea5a3433b
20 changed files with 84 additions and 167 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
from __future__ import annotations
|
||||
from pmb import commands
|
||||
from pmb.types import PathString, RunOutputTypeDefault
|
||||
from pmb.types import PathString
|
||||
from pmb.helpers import run
|
||||
from pmb.core.context import get_context
|
||||
import pmb.config
|
||||
|
@ -38,4 +38,4 @@ class Log(commands.Command):
|
|||
# looks for an error / what's currently going on).
|
||||
cmd += [context.log]
|
||||
|
||||
run.user(cmd, output=RunOutputTypeDefault.TUI)
|
||||
run.user(cmd, output="tui")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue