Skip to content

Commit fe4096d

Browse files
committed
Minor tidy.
1 parent f2f9437 commit fe4096d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapserver/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def normalise_path(path):
6060
MAPMAKER_LOGS = os.environ.get('MAPMAKER_LOGS', os.path.join(FLATMAP_SERVER_LOGS, 'mapmaker'))
6161
settings['MAPMAKER_LOGS'] = normalise_path(MAPMAKER_LOGS)
6262

63-
63+
# The URL the flatmap server is available at
6464
FLATMAP_SERVER_URL = os.environ.get('FLATMAP_SERVER_URL', '')
6565
if FLATMAP_SERVER_URL.endswith('/'):
6666
FLATMAP_SERVER_URL = FLATMAP_SERVER_URL[:-1]

0 commit comments

Comments
 (0)