Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Oct 5, 2022
1 parent 8c00693 commit 43c2a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/distgit.py
Expand Up @@ -1682,7 +1682,7 @@ def _mapped_image_from_stream(self, image, original_parent, dfp):
# - a KeyError when 'com.redhat.component' label is undefined
# In all of the above, we'll just do typical stream resolution

self.logger.warning(f'Could not match upstream parent {original_parent}')
self.logger.warning(f'Could not match upstream parent {original_parent}: {e}')
dfp.add_lines_at(
0,
"",
Expand Down

0 comments on commit 43c2a0c

Please sign in to comment.