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

Unexpected keyword argument 'whitelist' #170

Closed
apbyju opened this issue Jul 18, 2022 · 5 comments
Closed

Unexpected keyword argument 'whitelist' #170

apbyju opened this issue Jul 18, 2022 · 5 comments

Comments

@apbyju
Copy link

apbyju commented Jul 18, 2022

@gin.configurable(whitelist=[]) when added to the code
TypeError: configurable() got an unexpected keyword argument 'whitelist'

@wrtnew
Copy link

wrtnew commented Jul 19, 2022

I have met same problem when used disentangle_lib
TypeError: configurable() got an unexpected keyword argument 'blacklist'
I guessed that it has changed to denylist and allowlist.

@LazyRacc00n
Copy link

@wrtnew, how did you solve the problem to use disentangle_lib? thanks

@sguada
Copy link
Collaborator

sguada commented Oct 7, 2022

Need to use denylist and allowlist

@sguada sguada closed this as completed Oct 7, 2022
@epignatelli
Copy link

Need to use denylist and allowlist

Since what version?

@epignatelli
Copy link

For the posterity, version 0.4.0 is the last version with blacklist in place of denylist

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

5 participants