sane-reclaim-boot-space: fix "self.format_attr" typo

This commit is contained in:
Colin 2024-03-31 02:30:21 +00:00
parent f01758503c
commit aff2a78ec3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class ConfEntry:
attr_val = getattr(self, attr_name)
return f"{attr_name.upper()} {attr_val}"
fdtdir = self.format_attr("fdtdir") if self.fdtdir is not None else ""
fdtdir = format_attr("fdtdir") if self.fdtdir is not None else ""
return f"""
{format_attr("label")}
{format_attr("menu")}