From e90bc29f78143b92c746a3e3a8be3b6ca6f061b5 Mon Sep 17 00:00:00 2001 From: Seblu <sebastien.luttringer@smartjog.com> Date: Fri, 24 Jun 2011 12:54:52 +0200 Subject: [PATCH] fix typo --- installsystems/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installsystems/image.py b/installsystems/image.py index 08490e3..d0dcc0c 100644 --- a/installsystems/image.py +++ b/installsystems/image.py @@ -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 -- GitLab