Changeset 70662 in vbox
- Timestamp:
- Jan 21, 2018 4:28:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/db.py
r70660 r70662 350 350 351 351 if sys.version_info[0] >= 3 and not isinstance(sBound, str): 352 sBound = sBound.decode('utf-8'); 352 sBound = sBound.decode('utf-8'); # pylint: disable=redefined-variable-type 353 353 354 354 aasExplain = None;
Note:
See TracChangeset
for help on using the changeset viewer.