This PR enables InProcessParamStore's uses to commit the contents of the param store to disk even when the is_dirty property's value is False. This is useful in case where changes to values nested inside param store values are changed but the param store has not detected the change.
This PR enables
InProcessParamStore
's uses to commit the contents of the param store to disk even when theis_dirty
property's value isFalse
. This is useful in case where changes to values nested inside param store values are changed but the param store has not detected the change.