mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 07:19:29 -05:00
shell: remove qproc filter
unecessary, was removed in qs update
This commit is contained in:
@@ -36,10 +36,7 @@ class Command:
|
||||
return subprocess.check_output(["qs", "-c", "caelestia", *args], text=True)
|
||||
|
||||
def filter_log(self, line: str) -> bool:
|
||||
return (
|
||||
"QProcess: Destroyed while process" not in line
|
||||
and f"Cannot open: file://{c_cache_dir}/imagecache/" not in line
|
||||
)
|
||||
return f"Cannot open: file://{c_cache_dir}/imagecache/" not in line
|
||||
|
||||
def print_ipc(self) -> None:
|
||||
print(self.shell("ipc", "show"), end="")
|
||||
|
||||
Reference in New Issue
Block a user