VirtualBox

Changeset 100292 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 26, 2023 2:22:02 PM (19 months ago)
Author:
vboxsync
Message:

ValKit/tdSnapshots1.py: Addressed no-else-return complaint from local pylint 2.17.2. bugref:10252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdSnapshots1.py

    r100264 r100292  
    230230            except:
    231231                return reporter.error('Failed to delete configuration of VM \'%s\'' % self.sVmName);
    232             else:
    233                 self.oTstDrv.waitOnProgress(oProgress);
     232            self.oTstDrv.waitOnProgress(oProgress);
    234233        else:
    235234            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