You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2022/07/11 15:35:51 UTC

[lucene-jira-archive] branch make-account-map updated: delete empty lines

This is an automated email from the ASF dual-hosted git repository.

tomoko pushed a commit to branch make-account-map
in repository https://gitbox.apache.org/repos/asf/lucene-jira-archive.git


The following commit(s) were added to refs/heads/make-account-map by this push:
     new c0154882 delete empty lines
c0154882 is described below

commit c0154882052ecb2ca1d74e7a18eb881fd40497af
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Tue Jul 12 00:35:43 2022 +0900

    delete empty lines
---
 migration/src/list_github_user_candidates.py | 1 -
 migration/src/map_jira_github_account.py     | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/migration/src/list_github_user_candidates.py b/migration/src/list_github_user_candidates.py
index fae2fe08..200eea66 100644
--- a/migration/src/list_github_user_candidates.py
+++ b/migration/src/list_github_user_candidates.py
@@ -59,4 +59,3 @@ if __name__ == "__main__":
 
     logger.info(f"{len(candidates)} candidate accounts were found; saved in {github_user_file}")
     logger.info("Done.")
-
diff --git a/migration/src/map_jira_github_account.py b/migration/src/map_jira_github_account.py
index 42e4bd79..8943247e 100644
--- a/migration/src/map_jira_github_account.py
+++ b/migration/src/map_jira_github_account.py
@@ -70,10 +70,3 @@ if __name__ == "__main__":
             fp.write(f"{jira_user.username},{gh_user},{jira_user.dispname},{'yes' if has_push_access else 'no'}\n")
     logger.info(f"Candidate account mapping was written in {account_mapping_file}.")
     logger.info("Done.")
-
-
-
-
-
-
-