This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
new ec75737 Update NCAnsiProgressBar.scala
ec75737 is described below
commit ec757376ce74b547848d7aaab2fdc0cf82b23dfc
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Oct 4 23:11:25 2020 -0700
Update NCAnsiProgressBar.scala
---
.../main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
index 73659b2..c204b1f 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
@@ -130,7 +130,7 @@ object NCAnsiProgressBar{
Seq('[', '▰', '▱', ']'),
Seq('[', '◼', '◽', ']'),
Seq('[', '█', '_', ']'),
- Seq('⟮', '▰', '.', '⟯')
+ Seq('⟦', '▰', '.', '⟧')
)
private final val NON_ANSI_CHAR = '='