Replies: 2 comments 6 replies
-
|
There's an example in the docs. What problemsare you having? |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Thanks for all the tips, I managed to print 2 of the 4 columns,
thanks.
…On Fri, Apr 2, 2021 at 8:41 AM Will McGugan ***@***.***> wrote:
Any error messages?
I see this line but no assignment to preoutput.
table.add_row(preoutput)
When you call add_row you will typically need one item per column. So it
might be something like table.add_row(deid, loint, holdt, portid).
If you are just learning Python you might want to try posting on
https://www.reddit.com/r/learnpython/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1153 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZUVVZ7X7K27PUWKIX4K63TGWUNLANCNFSM42IU6T4A>
.
--
Juraj Anton Papic
Tel +54 911 3445 6944
Skype juraj.papic
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Im working with pyats to get the output from my networking devices, and the idea is to add columns and tables to this output, I wrote the script but can make it work, I would like to know if someone had already done this and can send me any examples.
thanks.
Beta Was this translation helpful? Give feedback.
All reactions