Skip to content

Commit 93fa1f0

Browse files
Active storage placeholder
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent 9d8f8bb commit 93fa1f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/data/fragment/mixin/fragmentarraymixin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def _conform_to_aggregated_units(self, array):
117117
if isinstance(array, dict):
118118
# 'array' is a dictionary.
119119
raise ValueError(
120-
"TODOACTIVE. Placeholder notification thatn "
121-
"we can't yet dealing with active "
120+
"TODOACTIVE. Placeholder notification that "
121+
"we can't yet deal with active "
122122
"storage reductions on CFA fragments."
123123
)
124124
else:

0 commit comments

Comments
 (0)