Use caps PYTEST_STATUS_PORT in gui_backend.py, causing errors on linux

This commit is contained in:
2016-01-07 19:56:10 +05:30
parent 48d6e389f5
commit c565ec7027
+1 -1
View File
@@ -8,7 +8,7 @@ import humanfriendly
import os.path
env_redis_port = os.environ.get("pytest_status_port")
env_redis_port = os.environ.get("PYTEST_STATUS_PORT")
if env_redis_port:
REDIS_PORT = int(env_redis_port)
else: