Changeset 80397 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Aug 23, 2019 1:28:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r80396 r80397 1996 1996 return None; 1997 1997 1998 def _logVmInfoUnsafe(self, oVM): # pylint: disable=too-many-statements,too-many-branches ,not-callable1998 def _logVmInfoUnsafe(self, oVM): # pylint: disable=too-many-statements,too-many-branches 1999 1999 """ 2000 2000 Internal worker for logVmInfo that is wrapped in try/except.
Note:
See TracChangeset
for help on using the changeset viewer.