Method remove_child
returns a ValueError
with client property object
#50
Labels
bug
Something isn't working
When using the
pystac_client.Client
object that's assigned to theclient
property in theWeb3
class, I'm unable to use theremove_child()
method inherited via thepystac.Catalog
object.The following method filters out collections from a
STACObject
Using the client property form the
Web3
class:returns the following error:
If I instead create a new
STACObject
instead of using the existing one, I do not get an error:References:
stac-utils/pystac-client#706
The text was updated successfully, but these errors were encountered: