Add set_kf_client method in kfconnect 18/9418/1
authorYouhwan Seol <yh.seol@samsung.com>
Thu, 27 Oct 2022 07:59:00 +0000 (16:59 +0900)
committerYouhwan Seol <yh.seol@samsung.com>
Thu, 27 Oct 2022 08:09:19 +0000 (17:09 +0900)
Issue-ID: AIMLFW-2

Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
Change-Id: Ie93c7ccd166d7f7d840a4984e823f90763e5b17a

kfadapter/kfadapter_kfconnect.py

index 090ec9f..1436ade 100644 (file)
@@ -42,6 +42,8 @@ class KfConnect:
         self.logger = kfc_config.logger
         self.logger.debug("Initialized KfConnect")
 
+    def set_kf_client(self, kfp_client):
+        self.kfp_client = kfp_client
 
     def get_kf_client(self, host=None):
         """