Commit e90bc29f authored by Seblu's avatar Seblu
Browse files

fix typo

parent 4bc008fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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