diff --git a/mediapipe/examples/ios/link_local_profiles.py b/mediapipe/examples/ios/link_local_profiles.py index 9814009e1..f01c1552a 100755 --- a/mediapipe/examples/ios/link_local_profiles.py +++ b/mediapipe/examples/ios/link_local_profiles.py @@ -121,7 +121,7 @@ def process_profile(profile_path, our_app_id_re): app_name = match.group(1) app_dir_name = app_name.lower() if app_dir_name not in example_names: - print(f"The app id '{app_id}' has our prefix, but does not seem to match" + + print(f"The app id '{app_id}' has our prefix, but does not seem to match " + "any of our examples. Skipping.") return