Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Apr 12, 2024
1 parent 3e0fe7c commit 5b41419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tethys_portal/settings.py
Expand Up @@ -453,7 +453,9 @@
)

MEDIA_URL = portal_config_settings.pop("MEDIA_URL", "/media/")
MEDIA_ROOT = portal_config_settings.pop("MEDIA_ROOT", relative_to_tethys_home("media", as_str=True))
MEDIA_ROOT = portal_config_settings.pop(
"MEDIA_ROOT", relative_to_tethys_home("media", as_str=True)
)

# add any additional TETHYS_PORTAL_CONFIG settings
for setting, value in TETHYS_PORTAL_CONFIG.items():
Expand Down

0 comments on commit 5b41419

Please sign in to comment.