Changeset 84657 in vbox
- Timestamp:
- Jun 3, 2020 11:24:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84656 r84657 2222 2222 abBuf = abBuf.tobytes(); 2223 2223 sBuf = abBuf.decode("utf-8"); 2224 if isinstance(abBuf, buffer):2225 sBuf = str(abBuf);2224 if isinstance(abBuf, buffer): 2225 sBuf = str(abBuf); 2226 2226 for sLine in sBuf.splitlines(): 2227 2227 reporter.log4('%s: %s' % (sFdNm, sLine));
Note:
See TracChangeset
for help on using the changeset viewer.

