diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-01-19 16:53:33 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-01-19 16:53:33 -0300 |
commit | 717bd9f5493e1b004e0891aa7a6302473bb36ac0 (patch) | |
tree | 60e4ef7826646e214bbeb28e267688c7a190f6de /ganarchy/cli/run_targets.py | |
parent | 993a8ca85db1564e64550276d61d9723423605aa (diff) |
Identify erroring repos/branches
Diffstat (limited to 'ganarchy/cli/run_targets.py')
-rw-r--r-- | ganarchy/cli/run_targets.py | 2 |
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: |