Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"|" character in pinout results in misaligned table #157

Closed
KarolNi opened this issue Aug 21, 2020 · 2 comments
Closed

"|" character in pinout results in misaligned table #157

KarolNi opened this issue Aug 21, 2020 · 2 comments

Comments

@KarolNi
Copy link

KarolNi commented Aug 21, 2020

connectors:
  X1:
    type: xxxx
    pinout: [Yy, Zz]
  X2:
    type: aaaaa
    pinout: [Bb,Cc|Dd,Ee]

cables:
  W1:
    gauge: 1 AWG
    length: 1
    wirecount: 2
    category: bundle

connections:
  -
    - X1: [1,2]
    - W1: [1,2]
    - X2: [1,2]

bug

Also please consider adding "-v" arg to print version number - my according to pip is 0.1

@kvid
Copy link
Collaborator

kvid commented Aug 21, 2020

Thank you for reporting this bug. The bug is already fixed in the dev branch that contains the work-in-progress for the next release.

This is the output using the current dev branch:
issue157dev
Note that pinout must be replaced with pinlabels when using the current dev branch.

Also please consider adding "-v" arg to print version number - my according to pip is 0.1

I agree.

@formatc1702
Copy link
Collaborator

Thanks for the feedback. I will mark this as closed since the bug does not occure in dev.
Feel free to submit a new issue/PR for the version number, I think it's a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants