This repository was archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Table show error #57
Comments
DavidMarchant
added a commit
to openflighthpc/flight-directory
that referenced
this issue
Aug 28, 2018
- changed click.echo to click.echo_via_pager for a `less` style output - also changed SingleTable for DoubleTable as single table was displaying table borders as q's, n's and u's with the pager. This is similar to what was happening with Wil's and PuTTy and seesms to be known issue (Robpol86/terminaltables#57)
bobwhitelock
pushed a commit
to alces-software/adminware
that referenced
this issue
Sep 11, 2018
- changed click.echo to click.echo_via_pager for a `less` style output - also changed SingleTable for DoubleTable as single table was displaying table borders as q's, n's and u's with the pager. This is similar to what was happening with Wil's and PuTTy and seesms to be known issue (Robpol86/terminaltables#57)
I came across this too, but it happened even without any other packages.
outputs:
Interestingly, if I run it inside tmux it works fine:
I don't like the |
Hi All, |
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My Codes:
. [ 19%] test/test_dataBase.py .s..┌────┬────────────┬─────────┬─────────┐ │ id │ ip │ web │ pwn │ ├────┼────────────┼─────────┼─────────┤ │ 0 │ 10.10.10.1 │ 8080 80 │ 9090 90 │ │ 1 │ 10.10.10.2 │ 8080 80 │ 9090 90 │ │ 2 │ 10.10.10.3 │ 8080 80 │ 9090 90 │ │ 3 │ 10.10.10.4 │ 8080 80 │ 9090 90 │ │ 4 │ 10.10.10.5 │ 8080 80 │ 9090 90 │ └────┴────────────┴─────────┴─────────┘
it workds ok,but after i import pwntools
The text was updated successfully, but these errors were encountered: