Changeset 60851 in vbox for trunk/src/VBox
- Timestamp:
- May 5, 2016 5:11:08 PM (9 years ago)
- Location:
- trunk/src/VBox/ValidationKit/testdriver
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r60818 r60851 905 905 self.sPrefix = sPrefix; 906 906 907 def __del__(self): 908 self.close(); 909 910 def close(self): 911 """ file.close """ 912 # Nothing to be done. 913 return; 914 907 915 def read(self, cb): 908 916 """file.read""" -
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r56295 r60851 903 903 if o is not None and not isinstance(o, basestring): 904 904 del o.uTxsClientCrc32; # pylint: disable=E1103 905 o.close(); # Make sure the files are closed 905 906 reporter.log('taskExecEx: returns %s' % (rc)); 906 907 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.