Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 3cf7f2e

Browse files
Merge pull request #91 from hermfischer-wf/edgar24.0.1-upd4
Edgar release 24.0.2.u1 for 2024-02-07
2 parents f0f1a63 + 9545ba6 commit 3cf7f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Embedding.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def tooManyCells(self,threshold=2):
661661
return False
662662
group = self.cube.linkroleUri
663663
cells = int(n/1000000000)
664-
self.controller.logError(f"Presentation group {group} with {axes} axes could have more than {cells} billion cells. "
664+
self.controller.logWarn(f"Presentation group {group} with {axes} axes could have more than {cells} billion cells. "
665665
+"Split up this presentation group and see EFM 6.25.2 to see how to reduce the number of combinations by selecting "
666666
+"fewer members for each axis."
667667
)

0 commit comments

Comments
 (0)