We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d86fe8 commit 8783597Copy full SHA for 8783597
trove/render/simple_csv.py
@@ -78,7 +78,7 @@ def _column_paths(self) -> Iterator[Propertypath]:
78
_pathlists: list[Iterable[Propertypath]] = []
79
if self.trove_params is not None: # hacks
80
if GLOB_PATHSTEP in self.trove_params.attrpaths_by_type:
81
- _pathlists.append(self.trove_params.attrpaths_by_type['*'])
+ _pathlists.append(self.trove_params.attrpaths_by_type[GLOB_PATHSTEP])
82
if isinstance(self.trove_params, ValuesearchParams):
83
_expected_card_types = set(self.trove_params.valuesearch_type_iris())
84
elif isinstance(self.trove_params, CardsearchParams):
0 commit comments