Merge pull request #1286 from aws-lumberyard-dev/Prism/gem-db

updating missed variable name change in logging call
This commit is contained in:
amzn-mgwynn
2021-06-11 17:09:42 -07:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@ def edit_project_props(proj_path, proj_name, new_origin, new_display,
else:
logger.warning(f'{tag} not found in user_tags for removal.')
else:
logger.warning(f'user_tags property not found for removal of {remove_tags}.')
logger.warning(f'user_tags property not found for removal of {delete_tags}.')
if replace_tags:
tag_list = replace_tags.split() if isinstance(replace_tags, str) else replace_tags
proj_json['user_tags'] = tag_list