From f4c099c809573525ad3de1a629f20d163b8e970a Mon Sep 17 00:00:00 2001 From: Nyo Date: Tue, 20 Dec 2016 20:39:29 +0100 Subject: [PATCH] .BANCHO. .FIX. Remove extra characters from version --- objects/glob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/glob.py b/objects/glob.py index 9d161da..c47a78e 100644 --- a/objects/glob.py +++ b/objects/glob.py @@ -11,7 +11,7 @@ from common.web import schiavo try: with open("version") as f: - VERSION = f.read() + VERSION = f.read().strip() if VERSION == "": raise Exception except: