From dcc0fc5ccc88101709c989fc1060c5aa21962d00 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 20 Jun 2024 17:01:25 +0100 Subject: [PATCH] run file through black --- voicemeeterlib/inst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicemeeterlib/inst.py b/voicemeeterlib/inst.py index dc007c6..7eb7ca3 100644 --- a/voicemeeterlib/inst.py +++ b/voicemeeterlib/inst.py @@ -31,7 +31,7 @@ def get_vmpath(): with winreg.OpenKey( winreg.HKEY_LOCAL_MACHINE, r"{}".format("\\".join((REG_KEY, VM_KEY))) ) as vm_key: - return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip("\"") + return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip('"') try: