From 17db80f54c517b5fe39dc6480f3c6c99518bb0b3 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 2 May 2020 10:44:43 -0500 Subject: [PATCH] - Fixed another global variable reference --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9bac0f48..476debf5 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ def requirements(pkgm): print("\n") def install_ibus(): + global distro print(bcolors.CYELLOW2 + "You need to set IBus as the default Input Method for full word-wise support and re-run this installer.\n" + bcolors.ENDC) print(bcolors.CYELLOW2 + "Confirm the IBus Setup by saying Yes and then closing the window.\n" + bcolors.ENDC) print("ibus-setup\n")