This commit is contained in:
Will McGugan 2020-08-12 21:25:18 +01:00
parent 8b1f0e7e0a
commit 8e94315c3b
1 changed files with 1 additions and 1 deletions

View File

@ -282,6 +282,6 @@ if __name__ == "__main__": # pragma: no cover
console = Console()
from rich import print
p = Pretty(data, overflow="ellipsis", justify="ignore")
p = Pretty(data, overflow="ignore")
print(Measurement.get(console, p))
console.print(p, crop=False)