Skip to content

StoreGateBindings: Protect against missing hasStore().

In the pythonization of SG retrieve, don't assume that having a setStore() method implies that we have a hasStore() method. That's not true if we're explicitly retrieving an auxiliary store object.

Merge request reports