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

Docs: Is value key optional? #8

Closed
Eben60 opened this issue Feb 29, 2024 · 1 comment
Closed

Docs: Is value key optional? #8

Eben60 opened this issue Feb 29, 2024 · 1 comment

Comments

@Eben60
Copy link
Contributor

Eben60 commented Feb 29, 2024

On running the code from the very first example in the docs I get an
ERROR: KeyError: key :value not found
Removing the line
"attributes" => Par(info = "This is a test signal table")
or changing it to
"attributes" => Par(value = nothing, info = "This is a test signal table"),
fixes the error.

@MartinOtter
Copy link
Member

Sorry, the latest documentation was not pushed. This is now fixed.

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

2 participants