Explicit logging
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-13 23:21:08 +02:00
parent 273144b509
commit 900bf39c3e

View File

@ -257,7 +257,7 @@ def handle_issues(args, client, seen_issues_db):
sys.exit(1) sys.exit(1)
if not issues: if not issues:
logger.info('No issues found.') logger.info('No issues found for %s', args.repo)
return return
for issue in issues: for issue in issues: