correct a mistake for os.getenv() 59/31159/1
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Wed, 15 Mar 2017 05:00:25 +0000 (13:00 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 21 Mar 2017 09:10:16 +0000 (09:10 +0000)
commit605b4c00a3253f9d4dee97848fee7ae7f50797a8
treede8c364f4db0f90296f4b0dfc7b228bc9984031d
parent695a881515c40e29fc12eb5003e0f3682bc4d64b
correct a mistake for os.getenv()

os.getenv returns a string not a boolean.
Although you set environment variable 'CI_DEBUG=false',
the cleanup will not be executed.

Change-Id: I077b602069f026a4b9ef6019869ac6c29c401c21
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
(cherry picked from commit b07a423d0fb1b6bfbdb851195097d6fda38bc20e)
qtip/util/env.py