VirtualBox

Ignore:
Timestamp:
Nov 23, 2021 6:51:39 PM (3 years ago)
Author:
vboxsync
Message:

ValKit: python3 fixing in the testboxscript upgrade code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxupgrade.py

    r82968 r92572  
    134134    oThread.join(30);
    135135
     136    oChild.wait(5);
    136137    iStatus = oChild.poll();
    137138    if iStatus is None:
     
    145146        return False;
    146147
    147     sOutput = ''.join(asBuf);
     148    sOutput = b''.join(asBuf)).decode('utf-8');
    148149    sOutput = sOutput.strip();
    149150    try:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette