From da5b804ade807f1ab64b25e38d995e29eebcd66c Mon Sep 17 00:00:00 2001 From: Huluti Date: Sat, 10 Dec 2016 17:46:25 +0100 Subject: [PATCH] Remove unuseful condition --- src/manjaro-hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manjaro-hello.py b/src/manjaro-hello.py index 7857116..a91e74d 100644 --- a/src/manjaro-hello.py +++ b/src/manjaro-hello.py @@ -34,7 +34,7 @@ class ManjaroHello(): # Path vars self.current_folder = os.getcwd() + "/" - if os.path.exists("/usr/share/" + self.app + "/data/"): + if os.path.exists("/usr/share/" + self.app): self.data_path = "/usr/share/" + self.app + "/data/" self.locale_path = "/usr/share/locale/" else: