Skip to content

Commit 2594aee

Browse files
committed
main: Mention the logfile for subprocess errors too
Signed-off-by: Hector Martin <[email protected]>
1 parent bb9c997 commit 2594aee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,8 @@ def main_loop(self):
828828
if e.output is not None:
829829
p_error(f"Output: {e.output}")
830830
logging.exception("Process execution failed")
831+
p_warning("If you need to file a bug report, please attach the log file:")
832+
p_warning(f" {os.getcwd()}/installer.log")
831833
except:
832834
logging.exception("Exception caught")
833835
p_warning("If you need to file a bug report, please attach the log file:")

0 commit comments

Comments
 (0)