Fix a typo in an error message
This commit is contained in:
parent
7e0207e048
commit
7f8db987f3
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user