From 469ca80347f30337e7e3543b761415de214efdbb Mon Sep 17 00:00:00 2001 From: Viswesuwara nathan Date: Thu, 27 Oct 2016 16:42:07 +0530 Subject: [PATCH] Update murano_handlers.py Removed it by mistake. --- src/reactive/murano_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reactive/murano_handlers.py b/src/reactive/murano_handlers.py index 37801dc..682bfcd 100644 --- a/src/reactive/murano_handlers.py +++ b/src/reactive/murano_handlers.py @@ -55,6 +55,6 @@ def init_db(): @reactive.when_not('io-murano.imported') @reactive.when('config.rendered') @reactive.when(*COMPLETE_INTERFACE_STATES) -def import_io_murano(): +def import_io_murano(*args): murano.import_io_murano() reactive.set_state('io-murano.imported')