From 3314a0c8bd9e8e5320fc2790d8868d7305de3029 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 13 Aug 2019 11:59:19 -0500 Subject: [PATCH] - Corrected parsing error that would have prevented non-swapping keymap from working --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 644eb4e..6852d03 100755 --- a/install.py +++ b/install.py @@ -91,7 +91,7 @@ def keyboard_detect(): else: print("Setting up " + system_type + " keyswap inside your profiles ~/.Xsession file.") print("You can modify or remove the file if you want you want to remove the modification.") - keyswapcmd = '/bin/bash -c "./keyswap_service.sh 0 ' + cmdgui + '"' + keyswapcmd = '/bin/bash -c \'./keyswap_service.sh 0 ' + cmdgui + '\'' subprocess.check_output(keyswapcmd, shell=True).decode('utf-8') if system_type == "mac":