Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Mar 25, 2024
1 parent bc2f0c0 commit c8c6a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/olympia/core/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class CustomTags(Tags):

@register(CustomTags.custom_setup)
def uwsgi_check(app_configs, **kwargs):
"""Custom check triggered when ./manage.py check is ran (should be done
as part of verifying the docker image in CI)."""
errors = []
command = ['uwsgi', '--version']
result = subprocess.run(command, capture_output=True)
Expand Down

0 comments on commit c8c6a3f

Please sign in to comment.