summary refs log tree commit diff stats
path: root/ganarchy
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-01-19 16:53:33 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-01-19 16:53:33 -0300
commit717bd9f5493e1b004e0891aa7a6302473bb36ac0 (patch)
tree60e4ef7826646e214bbeb28e267688c7a190f6de /ganarchy
parent993a8ca85db1564e64550276d61d9723423605aa (diff)
Identify erroring repos/branches
Diffstat (limited to 'ganarchy')
-rw-r--r--ganarchy/cli/run_targets.py2
1 files changed, 2 insertions, 0 deletions
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: