Changeset 61988 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Jul 1, 2016 5:59:44 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r61829 r61988 718 718 fnLog('Error deleting "%s": %s' % (sFullName, oXcpt)); 719 719 oRc.fRc = False; 720 721 # Display files left behind. 722 def dirEnumCallback(sName, oStat): 723 """ callback for dirEnumerateTree """ 724 fnLog(u'%s %s' % (utils.formatFileStat(oStat) if oStat is not None else '????????????', sName)); 725 utils.dirEnumerateTree(self._oOptions.sScratchRoot, dirEnumCallback); 720 726 721 727 #
Note:
See TracChangeset
for help on using the changeset viewer.