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

Roles without remapping in VenueRoom (resolves #1893) #1896

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

jace
Copy link
Member

@jace jace commented Oct 9, 2023

Using itertools.chain was causing role strings to be broken down into individual characters, which was incorrect. We've moved the set definition to sit alongside the mapping so that an error of this sort will be less likely in a future refactor.

Using `itertools.chain` was causing role strings to be broken down into individual characters, which was incorrect. We've moved the set definition to sit alongside the mapping so that an error of this sort will be less likely in a future refactor.
@jace jace merged commit a593bf9 into main Oct 10, 2023
23 of 24 checks passed
@jace jace deleted the venueroom-roles branch October 10, 2023 10:47
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 this pull request may close these issues.

2 participants