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/13 12:12:49 UTC

[lucene-jira-archive] branch f-string created (now 846f2a10)

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

tomoko pushed a change to branch f-string
in repository https://gitbox.apache.org/repos/asf/lucene-jira-archive.git


      at 846f2a10 add f-strings'

This branch includes the following new commits:

     new 846f2a10 add f-strings'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[lucene-jira-archive] 01/01: add f-strings'

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 846f2a10770836fa911bddd3609e7cc8b1f4dc5d
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Wed Jul 13 21:12:36 2022 +0900

    add f-strings'
---
 migration/src/jira2github_import.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/src/jira2github_import.py b/migration/src/jira2github_import.py
index 233ccd15..0e2c71f1 100644
--- a/migration/src/jira2github_import.py
+++ b/migration/src/jira2github_import.py
@@ -100,7 +100,7 @@ def convert_issue(num: int, dump_dir: Path, output_dir: Path, account_map: dict[
             logger.error(f"Original description: {description}")
             body = f"```\n{description}```\n\n"
 
-        body += """
+        body += f"""
 
 ---
 ### Legacy Jira details