Skip to content

Commit

Permalink
Update config.py (#12)
Browse files Browse the repository at this point in the history
fix small error in restore_defaults
  • Loading branch information
jburos authored Mar 6, 2017
1 parent f6f9908 commit f19d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stancache/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')

Expand Down

0 comments on commit f19d464

Please sign in to comment.