Attempts for a simpler plugin API: both coexist, tests with hazelnut plugin
[myslice.git] / manifold / manifoldresult.py
index 483fd91..a20c5b0 100644 (file)
@@ -15,6 +15,7 @@ class ManifoldResult (dict):
         self['code']=code
         self['value']=value
         self['output']=output
+        self['description'] = '' # Jordan: needed by javascript code
 
     def from_json (self, json_string):
         d=json.dumps(json_string)