Skip to content
Snippets Groups Projects
Commit 00731a15 authored by Sebastien Luttringer's avatar Sebastien Luttringer
Browse files

fix is new traceback

is new try to instanciate the new created object. But it doesn't pass validation...
parent 521bbd66
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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