Skip to content

Commit c441eee

Browse files
committed
Fix deployment check return value
AssertionError: The function <function storage_check at 0x7f8571c1a048> did not return a list. All functions registered with the checks registry must return a list.
1 parent bb9ad78 commit c441eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s3file/checks.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ def storage_check(app_configs, **kwargs):
1111
id='s3file.E001',
1212
)
1313
]
14+
return []

0 commit comments

Comments
 (0)