X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldresult.py;h=edf48ab85ab6a2c0f7b040c1f9d43457e3acbd16;hb=89d8e2ea86f00e9c5a6572d0edd2aa231f30c091;hp=dcf1a2e82ce981df11701c4a5fded9788eab3424;hpb=6a8cd8d5f11411cdb4bf2510c9be5fd60d72cb50;p=myslice.git diff --git a/manifold/manifoldresult.py b/manifold/manifoldresult.py index dcf1a2e8..edf48ab8 100644 --- a/manifold/manifoldresult.py +++ b/manifold/manifoldresult.py @@ -49,7 +49,7 @@ class ManifoldResult (dict): else: result += " [value=%s: %s]"%(type(value).__name__,value) else: result += " [output=%s]"%self['output'] - result += "]]" + result += "]" return result # probably simpler to use a single class and transport the whole result there