Skip to content

Commit f19d464

Browse files
authored
Update config.py (#12)
fix small error in restore_defaults
1 parent f6f9908 commit f19d464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stancache/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def restore_default_settings():
2121
"""
2222
global __DEFAULTS
2323
__DEFAULTS.CACHE_DIR = defaults.CACHE_DIR
24-
__DEFAULTS.SEED = defaults.SET_SEED
24+
__DEFAULTS.SET_SEED = defaults.SET_SEED
2525
__DEFAULTS.SEED = defaults.SEED
2626
logging.info('Settings reverted to their default values.')
2727

0 commit comments

Comments
 (0)