From 4e3e3e9258a374832fced359f79f59a7d78a3f6f Mon Sep 17 00:00:00 2001 From: cid Date: Sat, 25 May 2024 07:18:13 +0100 Subject: [PATCH] Fix codespell reported errors Fix and ignore spelling errors raised by codespell Change-Id: I745e4c0ba3d282232eb8853831407fbad6c8163f --- setup.cfg | 3 ++- sushy_tools/emulator/resources/systems/libvirtdriver.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 92da8f9a..b3d52893 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,4 +35,5 @@ console_scripts = quiet-level = 4 # Words to ignore: # hda: Hardware Device Address -ignore-words-list = hda \ No newline at end of file +# assertIn: Python's unittest method +ignore-words-list = hda,assertIn \ No newline at end of file diff --git a/sushy_tools/emulator/resources/systems/libvirtdriver.py b/sushy_tools/emulator/resources/systems/libvirtdriver.py index 4d0de35c..f1804485 100644 --- a/sushy_tools/emulator/resources/systems/libvirtdriver.py +++ b/sushy_tools/emulator/resources/systems/libvirtdriver.py @@ -453,7 +453,7 @@ class LibvirtDriver(AbstractSystemsDriver): # Remove per-disk boot configuration # We should save at least hdd boot entries instead of just removing - # everything. In some scenarious PXE after provisioning stops replying + # everything. In some scenarios PXE after provisioning stops replying # and if there is no other boot device, then vm will fail to boot # cdrom and floppy are ignored.