Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Aug 1, 2019
1 parent f496b15 commit 59d0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sregistry/main/base/inspect.py
Expand Up @@ -80,7 +80,7 @@ def get_metadata(self, image_file, names=None):

# Flatten labels
if "attributes" in metadata:
if "labels" in metadata['attributes']
if "labels" in metadata['attributes']:
metadata.update(metadata['attributes']['labels'])
del metadata['attributes']

Expand Down

0 comments on commit 59d0f58

Please sign in to comment.