VirtualBox

忽略:
時間撮記:
2016-5-5 下午05:11:08 (9 年 以前)
作者:
vboxsync
訊息:

ValidationKit: Make sure we close all files when Session.taskExec() returns. Fixes submitting data form the test pipe to the testmanager

檔案:
修改 1 筆資料

圖例:

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

    r60818 r60851  
    905905        self.sPrefix = sPrefix;
    906906
     907    def __del__(self):
     908        self.close();
     909
     910    def close(self):
     911        """ file.close """
     912        # Nothing to be done.
     913        return;
     914
    907915    def read(self, cb):
    908916        """file.read"""
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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