VirtualBox

Changeset 85470 in vbox for trunk


Ignore:
Timestamp:
Jul 27, 2020 1:16:41 PM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Fixed pylint issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r85469 r85470  
    394394                                        ## @todo Figure out how to uniform + append!
    395395                                        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):
    397397                                            abBuf = abBuf.tobytes();
    398398                                            sBuf  = abBuf.decode("utf-8");
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