.BANCHO. .FIX. Remove extra characters from version
This commit is contained in:
parent
f8cc0c738c
commit
f4c099c809
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user