Skip to content
Snippets Groups Projects
Commit cabd53cc authored by Tanner Prestegard's avatar Tanner Prestegard Committed by Alexander Pace
Browse files

fixing comment

parent 3051ce45
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ if (hostname == 'gracedb-test'):
# Import custom settings
settings_module = __import__('%s' % config, globals(), locals(), 'gracedb')
# Load the custom config settings properties into the local scope.
# Load custom settings for this server into the local scope.
for setting in dir(settings_module):
if setting == setting.upper():
locals()[setting] = getattr(settings_module, setting)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment