From 820b3b9889a2892a0422fbdac5607485bd28cf22 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sun, 7 May 2017 18:41:11 +0200 Subject: [PATCH] Remove test specific to mt 0.13 --- 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 2726902..57f9dd5 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -283,7 +283,7 @@ def get_infos(): infos["codename"] = lsb.get("CODENAME", None) infos["release"] = lsb.get("RELEASE", None) infos["arch"] = "64-bits" if sys.maxsize > 2**32 else "32-bits" - infos["live"] = os.path.exists("/bootmnt/manjaro") or os.path.exists("/run/miso/bootmnt/manjaro") + infos["live"] = os.path.exists("/run/miso/bootmnt/manjaro") return infos