- Timestamp:
- Jul 27, 2020 1:16:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r85469 r85470 394 394 ## @todo Figure out how to uniform + append! 395 395 sBuf = ''; 396 if sys.version_info >= (2, 7) and isinstance(abBuf, memoryview): ## @todo Why is this happening?396 if sys.version_info >= (2, 7) and isinstance(abBuf, memoryview): 397 397 abBuf = abBuf.tobytes(); 398 398 sBuf = abBuf.decode("utf-8");
Note:
See TracChangeset
for help on using the changeset viewer.