commit | eb2aa3ccdc2cfae4d2bc0c3101e7f5b2008661eb | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Sep 03 14:52:22 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Sep 03 14:52:22 2015 -0700 |
tree | 3294c6aa3c0effd01fcd55f003d2376fbe97a958 | |
parent | 9d17886ced2df1b016d51ff1c04b87d09a6d6678 [diff] [blame] |
icon_url wasn't being passed through
diff --git a/xos/tosca/resources/xosresource.py b/xos/tosca/resources/xosresource.py index eddd8cb..ef59485 100644 --- a/xos/tosca/resources/xosresource.py +++ b/xos/tosca/resources/xosresource.py
@@ -150,6 +150,7 @@ xos_args = self.get_xos_args() for (k,v) in xos_args.items(): setattr(obj, k, v) + self.postprocess(obj) obj.save() def delete(self, obj):