Skip to content

Commit

Permalink
Satisfy flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Sep 24, 2024
1 parent 871ee15 commit 8338fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def paged_list_view(view, name):
])),
]

if os.path.exists(join(settings.DMOJ_RESOURCES, 'icons')): # if it doesn't exist, we're probably running on bridged
if os.path.exists(join(settings.DMOJ_RESOURCES, 'icons')): # if it doesn't exist, we're probably running on bridged
favicon_paths = os.listdir(join(settings.DMOJ_RESOURCES, 'icons'))
static_lazy = lazy(static, str)
for favicon in favicon_paths:
Expand Down

0 comments on commit 8338fef

Please sign in to comment.