We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf4a76 commit 4d0820dCopy full SHA for 4d0820d
1 file changed
GEMstack/utils/settings.py
@@ -37,7 +37,7 @@ def load_settings():
37
38
def settings():
39
"""Returns all global settings, loading them if necessary."""
40
- global SETTINGS
+ # global SETTINGS
41
load_settings()
42
return SETTINGS
43
0 commit comments