From 89677bb16c19966369554a5299ad3e8db10cc68c Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Thu, 23 Jun 2016 18:12:42 -0400 Subject: [PATCH] fixing indentation in config.py --- openml/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openml/config.py b/openml/config.py index 824b0b741..8865c1dd5 100644 --- a/openml/config.py +++ b/openml/config.py @@ -71,7 +71,7 @@ def set_cache_directory(cachedir, privatedir): get_private_directory """ if privatedir is None: - privatedir = cachedir + privatedir = cachedir global _cachedir global _privatedir