From 717bd9f5493e1b004e0891aa7a6302473bb36ac0 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 19 Jan 2022 16:53:33 -0300 Subject: Identify erroring repos/branches --- ganarchy/cli/run_targets.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ganarchy/cli') diff --git a/ganarchy/cli/run_targets.py b/ganarchy/cli/run_targets.py index 24497b9..a74ef78 100644 --- a/ganarchy/cli/run_targets.py +++ b/ganarchy/cli/run_targets.py @@ -100,6 +100,8 @@ def run_once(out, keep_stale_projects): (repo.url, repo.message, count, repo.branch) ) else: + click.echo(repo.url, err=True) + click.echo(repo.branch, err=True) click.echo(repo.errormsg, err=True) html_entries = [] for (url, msg, count, branch) in generate_html: -- cgit 1.4.1