Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #896 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Nov 10, 2021
2 parents 75af05f + b1447b5 commit 9db6f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def get_Image_with_Tag(self, id):
try:
img = self.conn.get_image(name_or_id=id)
if not img:
return None
return Image()
metadata = img["metadata"]
description = metadata.get("description")
tags = img.get("tags")
Expand Down

0 comments on commit 9db6f67

Please sign in to comment.