Unexpected keyword argument 'whitelist'
apbyju opened this issue · 5 comments
apbyju commented
@gin.configurable(whitelist=[]) when added to the code
TypeError: configurable() got an unexpected keyword argument 'whitelist'
wrtnew commented
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 commented
@wrtnew, how did you solve the problem to use disentangle_lib? thanks
sguada commented
Need to use denylist
and allowlist
epignatelli commented
Need to use
denylist
andallowlist
Since what version?
epignatelli commented
For the posterity, version 0.4.0
is the last version with blacklist
in place of denylist