From 059d2a159fc5ed308043f9a03a76a8e458d5dd99 Mon Sep 17 00:00:00 2001 From: Param Aggarwal Date: Sat, 13 Feb 2021 12:20:55 +0530 Subject: [PATCH] Update link_local_profiles.py --- mediapipe/examples/ios/link_local_profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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