Commit f1b15dd
committed
tdnf: capture install output so it doesn't overlay the curses UI
execute(do_json=False) used subprocess.check_call(), inheriting the
installer's stdout/stderr. During a UI install that overlays the curses
progress bar with tdnf/rpm messages (e.g. file paths like /etc/os-release).
Capture the output and send it to the log instead.
Co-Authored-By: Daniel Casota <dcasota@gmail.com>1 parent 9b8e2fe commit f1b15dd
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
181 | 193 | | |
182 | 194 | | |
183 | 195 | | |
| |||
0 commit comments