From 2ba7b092bc9da3ad68dc6c648a425fccabc7843a Mon Sep 17 00:00:00 2001 From: Maksim Beliaev Date: Fri, 12 Apr 2024 17:28:23 +0200 Subject: [PATCH] remove log entry if already passed --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d1b94ed..9763347 100644 --- a/index.js +++ b/index.js @@ -132,9 +132,9 @@ async function run() { console.log(); // Check Launchpad - console.log('Checking the following users on Launchpad:'); for (const i in commit_authors) { if (commit_authors[i]['signed'] == false) { + console.log('Checking the following user on Launchpad:'); const email = commit_authors[i]['email']; await exec.exec('python3', [path.join(__dirname, 'lp_cla_check.py'), email], options = {