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

Helper tools/widget_documentation.py script fails #4999

Closed
TomJGooding opened this issue Sep 13, 2024 · 2 comments · Fixed by #5002
Closed

Helper tools/widget_documentation.py script fails #4999

TomJGooding opened this issue Sep 13, 2024 · 2 comments · Fixed by #5002

Comments

@TomJGooding
Copy link
Contributor

Traceback (most recent call last):
  File "/home/tom/Projects/textual/tools/widget_documentation.py", line 79, in <module>
    main()
  File "/home/tom/Projects/textual/tools/widget_documentation.py", line 73, in main
    print_bindings(widget, bindings)
  File "/home/tom/Projects/textual/tools/widget_documentation.py", line 31, in print_bindings
    print(f"| {binding.key} | {binding.description} |")
               ^^^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'key'
Copy link

We found the following entry in the FAQ which you may find helpful:

Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review.

This is an automated reply, generated by FAQtory

Copy link

Don't forget to star the repository!

Follow @textualizeio for Textual updates.

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

Successfully merging a pull request may close this issue.

1 participant