From ad0acaa5782fb38cc06e4e984876719199396e77 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Thu, 4 Jan 2024 06:43:03 -0500 Subject: [PATCH] git subrepo pull subrepos/plano subrepo: subdir: "subrepos/plano" merged: "73dc59c" upstream: origin: "git@github.com:ssorj/plano.git" branch: "main" commit: "73dc59c" git-subrepo: version: "0.4.6" origin: "???" commit: "???" --- subrepos/plano/.gitrepo | 4 ++-- subrepos/plano/src/plano/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subrepos/plano/.gitrepo b/subrepos/plano/.gitrepo index ce183d6..00fa0cf 100644 --- a/subrepos/plano/.gitrepo +++ b/subrepos/plano/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = git@github.com:ssorj/plano.git branch = main - commit = cea948b0eb767f97f8e21d71d9371c5b8bf34ab6 - parent = 264596228a9d8c6d0b25fe57c4a87aca5713f8d0 + commit = 73dc59cbe4a4b5ad4688cbfc96d024650d3c5844 + parent = 432076e581db07a2c9575ccb4b79e20ae2796d19 method = merge cmdver = 0.4.6 diff --git a/subrepos/plano/src/plano/main.py b/subrepos/plano/src/plano/main.py index f74f5e4..867bc18 100644 --- a/subrepos/plano/src/plano/main.py +++ b/subrepos/plano/src/plano/main.py @@ -1247,7 +1247,7 @@ def wait(proc, timeout=None, check=False, quiet=False): elif proc.exit_code < 0: debug("{} was terminated by signal {}", proc, abs(proc.exit_code)) else: - debug("{} exited with code {}", proc, proc.exit_code) + error("{} exited with code {}", proc, proc.exit_code) if proc.stash_file is not None: if proc.exit_code > 0: