- 時間撮記:
- 2017-3-7 上午10:54:16 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r65732 r65967 306 306 return False; 307 307 sCurName = sCurName.strip(); 308 if sCurName is'':308 if sCurName == '': 309 309 return False; 310 310 … … 1094 1094 return self.pollTasks(); 1095 1095 1096 if len(self.aoTasks) == 0:1096 if not self.aoTasks: 1097 1097 return None; 1098 1098 … … 1544 1544 del dPids[iPid]; 1545 1545 1546 if len(dPids) == 0:1546 if not dPids: 1547 1547 reporter.log('All done.'); 1548 1548 return True;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器