google/gin-config

Unexpected keyword argument 'whitelist'

apbyju opened this issue · 5 comments

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

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.

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

Need to use denylist and allowlist

Need to use denylist and allowlist

Since what version?

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