Skip to content

Commit 6195a48

Browse files
committed
Fix API typo.
1 parent c557e5d commit 6195a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/py/kaleido/_sync_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def close(self):
8686
self._initialized = False
8787

8888
def call_function(self, cmd: str, *args, **kwargs):
89-
if not self._is_running():
89+
if not self.is_running():
9090
raise RuntimeError("Can't call function on stopped server.")
9191
if kwargs.pop("kopts"):
9292
warnings.warn(

0 commit comments

Comments
 (0)