Skip to content

Commit

Permalink
Merge pull request #137 from rbreaves/hotfix
Browse files Browse the repository at this point in the history
- Fixed another global variable reference
  • Loading branch information
rbreaves authored May 2, 2020
2 parents 650ff78 + 17db80f commit 45801d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 45801d9

Please sign in to comment.