Skip to content
Snippets Groups Projects
Commit e90bc29f authored by Seblu's avatar Seblu
Browse files

fix typo

parent 4bc008fb
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ class PackageImage(Image):
try:
desc = json.loads(img_desc)
except Exception as e:
raise Exception("Invalid description: %s" % e1)
raise Exception("Invalid description: %s" % e)
# FIXME: we should check valid information here
return desc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment