Changeset 90596 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Aug 10, 2021 1:01:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py
r90595 r90596 67 67 # Removed since Python 3.9. 68 68 return str(sText.tostring()); # pylint: disable=no-member 69 else: 70 return str(sText.tobytes()); 69 return str(sText.tobytes()); 71 70 except: 72 71 pass;
Note:
See TracChangeset
for help on using the changeset viewer.