From f19d464930c419fd3088386980ab46db4adb73e2 Mon Sep 17 00:00:00 2001 From: Jacki Buros Novik Date: Mon, 6 Mar 2017 16:58:55 -0500 Subject: [PATCH] Update config.py (#12) fix small error in restore_defaults --- stancache/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stancache/config.py b/stancache/config.py index 98e92a2..09af06d 100644 --- a/stancache/config.py +++ b/stancache/config.py @@ -21,7 +21,7 @@ def restore_default_settings(): """ global __DEFAULTS __DEFAULTS.CACHE_DIR = defaults.CACHE_DIR - __DEFAULTS.SEED = defaults.SET_SEED + __DEFAULTS.SET_SEED = defaults.SET_SEED __DEFAULTS.SEED = defaults.SEED logging.info('Settings reverted to their default values.')