From 2684e73341a673a3c8c42d4db50555723ac3f3b5 Mon Sep 17 00:00:00 2001 From: Marius Wiggert Date: Wed, 24 May 2023 16:07:57 -0700 Subject: [PATCH] fixing python syntax error with random 'ls' --- c3python/c3python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3python/c3python.py b/c3python/c3python.py index 43436c0..3bc4ccd 100644 --- a/c3python/c3python.py +++ b/c3python/c3python.py @@ -141,7 +141,7 @@ def get_c3(self,mode="thick",define_types=True): while True: try: log.info(f"Getting C3 client for {self.url}...") - c3 = self.c3iot.C3RemoteLoader.typeSys(ls + c3 = self.c3iot.C3RemoteLoader.typeSys( url=self.url, tenant=self.tenant, tag=self.tag,