VirtualBox

忽略:
時間撮記:
2017-3-7 上午10:54:16 (8 年 以前)
作者:
vboxsync
訊息:

ValidationKit/testdriver: pylint 2.0.0 fixes.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/testdriver/base.py

    r65732 r65967  
    306306                return False;
    307307            sCurName = sCurName.strip();
    308             if sCurName is '':
     308            if sCurName == '':
    309309                return False;
    310310
     
    10941094                return self.pollTasks();
    10951095
    1096             if len(self.aoTasks) == 0:
     1096            if not self.aoTasks:
    10971097                return None;
    10981098
     
    15441544                        del dPids[iPid];
    15451545
    1546                 if len(dPids) == 0:
     1546                if not dPids:
    15471547                    reporter.log('All done.');
    15481548                    return True;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette