add FA, ICN, ISC, LOG, PIE and PYI linting

This commit is contained in:
Jörg Thalheim
2024-09-02 15:41:20 +02:00
parent 3d9b4d6feb
commit 078cab47bf
9 changed files with 32 additions and 13 deletions

View File

@@ -267,7 +267,7 @@ class VMObject(GObject.Object):
def start(self) -> None:
if self.is_running():
log.warn("VM is already running. Ignoring start request")
log.warning("VM is already running. Ignoring start request")
self.emit("vm_status_changed", self)
return
log.debug(f"VM state dir {self.log_dir.name}")