Skip to content

Commit ea57c4f

Browse files
committed
stub.py: Fix typo p_err -> p_error
Signed-off-by: Hector Martin <[email protected]>
1 parent 8cd5d3b commit ea57c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def install_files(self, cur_os):
159159
"0000000000000000040000000000000000000000000000000000000000000000",
160160
self.osi.system], check=True)
161161
except:
162-
p_err("Failed to apply extended attributes, logo will not work.")
162+
p_error("Failed to apply extended attributes, logo will not work.")
163163

164164
p_progress("Setting up Data volume...")
165165
logging.info("Setting up Data volume")

0 commit comments

Comments
 (0)