VirtualBox

Ignore:
Timestamp:
May 12, 2020 6:59:49 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137915
Message:

Validation Kit/tdAddGuestCtrl: One more std[err|out] output fix (for buffer objects).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84246 r84279  
    22632263                                                sBuf  = abBuf.decode("utf-8");
    22642264                                        if isinstance(abBuf, buffer):
    2265                                             sBuf = abBuf;
     2265                                            sBuf = str(abBuf);
    22662266                                        for sLine in sBuf.splitlines():
    22672267                                            reporter.log('%s: %s' % (sFdNm, sLine));
Note: See TracChangeset for help on using the changeset viewer.

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