Skip to content

Commit

Permalink
Merge b74cd03 into c7ed687
Browse files Browse the repository at this point in the history
  • Loading branch information
KorayKirli committed Jan 7, 2020
2 parents c7ed687 + b74cd03 commit 57dc467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chalicelib/checks/wrangler_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,9 @@ def identify_files_without_filesize(connection, **kwargs):
problem_files = []
file_hits = ff_utils.search_metadata(search_query, key=connection.ff_keys, page_limit=200)
if not file_hits:
check.allow_action = False
check.summary = 'All files have file size'
check.description = 'All files have file size'
check.status = 'PASS'
return check

Expand Down

0 comments on commit 57dc467

Please sign in to comment.