Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Sep 19, 2023
1 parent 2cc7738 commit 0de45b4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def update_alias_mapping(self, alias_mapping: AliasMappingObject, repository_nam
logging.debug(
f"[AbstractAliasMappingStrategy](create_alias_mapping) - done parsing for ${file_name}")
except Exception:
raise
# logging.error(f"[AbstractAliasMappingStrategy](create_alias_mapping) - failure when "
# f"parsing the file '${file_name}'. file content:\n{file_content}.\n",
# exc_info=True)
logging.error(f"[AbstractAliasMappingStrategy](create_alias_mapping) - failure when "
f"parsing the file '${file_name}'. file content:\n{file_content}.\n",
exc_info=True)

0 comments on commit 0de45b4

Please sign in to comment.