VirtualBox

Ignore:
Timestamp:
Nov 19, 2019 11:21:38 AM (5 years ago)
Author:
vboxsync
Message:

ValidationKit: fix copy/pasto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py

    r81982 r81987  
    16351635        fRc = True;
    16361636        try:
    1637             if oSession.fpApiVer >= 6.1 and hasattr(self.o.machine, 'graphicsAdapter'):
     1637            if self.fpApiVer >= 6.1 and hasattr(self.o.machine, 'graphicsAdapter'):
    16381638                self.o.machine.graphicsAdapter.VRAMSize = cMB;
    16391639            else:
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