We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f9908 commit f19d464Copy full SHA for f19d464
stancache/config.py
@@ -21,7 +21,7 @@ def restore_default_settings():
21
"""
22
global __DEFAULTS
23
__DEFAULTS.CACHE_DIR = defaults.CACHE_DIR
24
- __DEFAULTS.SEED = defaults.SET_SEED
+ __DEFAULTS.SET_SEED = defaults.SET_SEED
25
__DEFAULTS.SEED = defaults.SEED
26
logging.info('Settings reverted to their default values.')
27
0 commit comments