From 0ce790d763eae8c96e1bd285a5906070a4f01d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 19 Nov 2023 21:02:56 +0100 Subject: [PATCH] Fix a typo in an error message --- pyproject_save_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject_save_files.py b/pyproject_save_files.py index 634e90b..ec2b442 100644 --- a/pyproject_save_files.py +++ b/pyproject_save_files.py @@ -673,7 +673,7 @@ def load_parsed_record(pyproject_record): content = json.load(pyproject_record_file) if len(content) > 1: - raise FileExistsError("%pyproject install has found more than one *.dist-info/RECORD file. " + raise FileExistsError("%pyproject_install has found more than one *.dist-info/RECORD file. " "Currently, %pyproject_save_files supports only one wheel → one file list mapping. " "Feel free to open a bugzilla for pyproject-rpm-macros and describe your usecase.")