Skip to content

Commit

Permalink
extension: Fix no readme available
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMario109 authored and patrickelectric committed Aug 7, 2024
1 parent cf8a733 commit ea47ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueos_repository/extension/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def __create_version_from_tag_blob(self, version_tag: Tag, blob: Blob) ->
Logger.warning(self.identifier, str(error))
except Exception as error: # pylint: disable=broad-except
Logger.warning(self.identifier, str(error))
readme = str(error)
readme = "No README available"

images = self.__extract_images_from_tag(version_tag)
if not images:
Expand Down

0 comments on commit ea47ac0

Please sign in to comment.