We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbf654 commit f7ac962Copy full SHA for f7ac962
1 file changed
openml/config.py
@@ -70,6 +70,9 @@ def set_cache_directory(cachedir, privatedir):
70
get_cache_directory
71
get_private_directory
72
"""
73
+ if privatedir is None:
74
+ privatedir = cachedir
75
+
76
global _cachedir
77
global _privatedir
78
_cachedir = cachedir
0 commit comments