You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass the checker a directory that contains no .meta files, it will check nothing and return "All checks pass!", which implies it checked something when it really didn't.
Solution
Either:
Log something like "No metadata files found in directory tree provided" if find_files_to_compare returns [], AND/OR
Log each metadata file checked.
The text was updated successfully, but these errors were encountered:
Description
The
offline_check_fortran_vs_metadata.py
checker currently exercises this function:If you pass the checker a directory that contains no .meta files, it will check nothing and return "All checks pass!", which implies it checked something when it really didn't.
Solution
Either:
find_files_to_compare
returns [], AND/ORThe text was updated successfully, but these errors were encountered: