Skip to content

Conversation

naclander
Copy link

cache_dir=None seems to imply that cache_dir can be omitted, or that the default value of None will mean no cache dir is used.

But actually the class fails to initialize because line 185 expects cache_dir to be non-null.

This change requires cache_dir to be specified so that the class does not fail to initialize during runtime.

`cache_dir=None` seems to imply that `cache_dir` can be omitted, or that the default value of `None` will mean no cache dir is used. 

But actually the class fails to initialize because line 185 expects `cache_dir` to be non-null. 

This change requires `cache_dir` to be specified so that the class does not fail to initialize during runtime.
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.

1 participant