boom-boot/0004-command-fix-docstring-typo-or-OsError.patch
Bryn M. Reeves e70c2185da Revert "Update boom-boot to upstream release 1.5.1"
This reverts commit 12c160c51b.

Re-sync branch with changes as shipped in el8.

Resolves: RHEL-36337
2024-07-29 16:05:46 +01:00

17 lines
714 B
Diff

boom/command.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boom/command.py b/boom/command.py
index be638df..c9c2f6b 100644
--- a/boom/command.py
+++ b/boom/command.py
@@ -657,7 +657,7 @@ def create_entry(title, version, machine_id, root_device, lvm_root_lv=None,
:returns: a ``BootEntry`` object corresponding to the new entry.
:rtype: ``BootEntry``
:raises: ``ValueError`` if either required values are missing or
- a duplicate entry exists, or``OsError`` if an error
+ a duplicate entry exists, or ``OsError`` if an error
occurs while writing the entry file.
"""
if not title and not profile.title: