Update link_local_profiles.py

This commit is contained in:
Param Aggarwal 2021-02-13 12:20:55 +05:30 committed by GitHub
parent 39309bedba
commit 059d2a159f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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