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

Exclusions cannot have meta #527

Open
fgrunewald opened this issue Jun 27, 2023 · 1 comment
Open

Exclusions cannot have meta #527

fgrunewald opened this issue Jun 27, 2023 · 1 comment
Labels

Comments

@fgrunewald
Copy link
Member

Describe the bug
It appears exclusions cannot have meta attributes directly after the interaction as is the case for other interactions. Instead of making the comment an interaction meta, it ends up in the node attribute dict which messes with node assignment.

Expected behavior

[ exclusions ]
1 2 {"comment": "this is an exclusion"}

The link above should have a comment in the interaction meta not the node attribute.

Workaround
Use the #meta syntax as shown below:

[ exclusions ]
#meta {"comment": "this is an exclusion"}
1 2
@fgrunewald fgrunewald added the bug label Jun 27, 2023
@pckroon
Copy link
Member

pckroon commented Jun 27, 2023

We really really need to clean up the file format...

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

No branches or pull requests

2 participants