From: Dominik Fleischmann Date: Thu, 28 Nov 2019 15:27:36 +0000 (+0100) Subject: Add missing argument in notify_callback X-Git-Tag: v7.0.0rc1~4^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=d909b0765206a62aabcb1299b371768f121e9b31 Add missing argument in notify_callback This fix is related to bug 866 and caused an exception when the charm was not found. Nonetheless it did not fix the bug. https://osm.etsi.org/bugzilla/show_bug.cgi?id=866 Change-Id: I641834461ac508eac131c32a4c4ef3557e192b1a Signed-off-by: Dominik Fleischmann --- diff --git a/n2vc/vnf.py b/n2vc/vnf.py index 3bf51fa..9441f4a 100644 --- a/n2vc/vnf.py +++ b/n2vc/vnf.py @@ -475,6 +475,7 @@ class N2VC: self.notify_callback( model_name, application_name, + "error", "failed", callback, *callback_args,