- Timestamp:
- Feb 21, 2017 9:23:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r65833 r65837 64 64 self.oReportingError = None; 65 65 66 def acquire(self, blocking = False):66 def acquire(self, blocking = True): 67 67 """ Acquire the lock. """ 68 68 oSelf = threading.current_thread();
Note:
See TracChangeset
for help on using the changeset viewer.

