Skip to content

Commit 4d0820d

Browse files
committed
update
1 parent aaf4a76 commit 4d0820d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def load_settings():
3737

3838
def settings():
3939
"""Returns all global settings, loading them if necessary."""
40-
global SETTINGS
40+
# global SETTINGS
4141
load_settings()
4242
return SETTINGS
4343

0 commit comments

Comments
 (0)