From 00731a159e61b7c0da765ab120d28dada312a30e Mon Sep 17 00:00:00 2001
From: Sebastien Luttringer <sebastien.luttringer@smartjog.com>
Date: Tue, 18 Oct 2011 16:13:26 +0200
Subject: [PATCH] fix is new traceback

is new try to instanciate the new created object. But it doesn't pass validation...
---
 installsystems/image.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/installsystems/image.py b/installsystems/image.py
index 311890a..2992235 100644
--- a/installsystems/image.py
+++ b/installsystems/image.py
@@ -106,7 +106,6 @@ class SourceImage(Image):
         except Exception as e:
             raise Exception("Unable to set rights on %s: %s" % (pf, e))
         arrowlevel(-1)
-        return cls(path)
 
     def __init__(self, path):
         # check local repository
-- 
GitLab