Changeset 84909 in vbox
- Timestamp:
- Jun 22, 2020 2:57:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/testfileset.py
r84894 r84909 621 621 """ 622 622 Returns a random directory from the tree (self.oTreeDir). 623 Will return None if no directory with given parameters was found. 623 624 """ 624 625 cRetries = 0; … … 641 642 cRetries += 1; 642 643 643 reporter.errorXcpt('chooseRandomDirFromTree() failed; cMaxRetries=%d' % (cMaxRetries));644 644 return None; # make pylint happy 645 645
Note:
See TracChangeset
for help on using the changeset viewer.