VirtualBox

Ignore:
Timestamp:
Nov 20, 2020 2:55:05 PM (4 years ago)
Author:
vboxsync
Message:

testmanager/status.py: Fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/cgi/status.py

    r86932 r86933  
    263263            raise StatusDispatcherException('%s parameter %s value "%s" cannot be convert to an integer'
    264264                                            % (self._sAction, sName, sValue));
     265        if sName not in self._asCheckedParams:
     266            self._asCheckedParams.append(sName);
    265267
    266268        if   (iMin is not None and iValue < iMin) \
     
    428430        # Update the list of checked parameters.
    429431        #
    430         self._asCheckedParams.extend([constants.tbreq.ALL_PARAM_TESTBOX_UUID, constants.tbreq.ALL_PARAM_ACTION]);
     432        self._asCheckedParams.extend([constants.tbreq.ALL_PARAM_ACTION,]);
    431433
    432434        return (sAction,);
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