Remove lodownloadtest.py trailing white spaces

This commit is contained in:
Yifan J
2012-02-16 22:17:55 +08:00
parent dab11f7fe2
commit a86d8c5a43

View File

@@ -445,8 +445,6 @@ def init_testing():
if not os.path.exists(USR_DIR):
os.mkdir(USR_DIR)
if not os.path.exists(LOCAL_BUILD_INFO_FILE):
init_build_cfg = '[daily_branch]' + os.linesep\
@@ -659,7 +657,6 @@ def main():
continue
else:
logger.warning("No new build found.")
if loop:
time.sleep(build_check_interval)