diff --git a/csv_metadata_quality/check.py b/csv_metadata_quality/check.py index 188b1ed..cd7ed72 100755 --- a/csv_metadata_quality/check.py +++ b/csv_metadata_quality/check.py @@ -550,7 +550,7 @@ def countries_match_regions(row, exclude): if un_region != "not found" and un_region not in regions: print( - f"{Fore.YELLOW}Missing region ({un_region}): {Fore.RESET}{row[title_column_name]}" + f"{Fore.YELLOW}Missing region ({country} → {un_region}): {Fore.RESET}{row[title_column_name]}" ) return