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