You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2022/07/13 12:18:56 UTC

[lucene-jira-archive] branch main updated: woops, use f-string formatting

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 154972f7 woops, use f-string formatting
154972f7 is described below

commit 154972f76f696c1931ecb9cc041e5da8ba38f538
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Wed Jul 13 08:18:50 2022 -0400

    woops, use f-string formatting
---
 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 431e6e35..ae6ddc58 100644
--- a/migration/src/jira2github_import.py
+++ b/migration/src/jira2github_import.py
@@ -99,7 +99,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