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

zip_keys not following YAML standard? #5462

Open
2 tasks done
wolfv opened this issue Aug 23, 2024 · 0 comments
Open
2 tasks done

zip_keys not following YAML standard? #5462

wolfv opened this issue Aug 23, 2024 · 0 comments
Labels
type::bug describes erroneous operation, use severity::* to classify the type

Comments

@wolfv
Copy link
Contributor

wolfv commented Aug 23, 2024

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

zip_keys are a list of lists. However, it seems that these two behave differently:

zip_keys:
 - [foo, baz]

# and
zip_keys:
- 
  - foo
  - baz

The second works fine in terms of zipping the variants, while the first one doesn't.

Conda Info

No response

Conda Config

No response

Conda list

No response

Additional Context

No response

@wolfv wolfv added the type::bug describes erroneous operation, use severity::* to classify the type label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug describes erroneous operation, use severity::* to classify the type
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant