We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c557e5d commit 6195a48Copy full SHA for 6195a48
1 file changed
src/py/kaleido/_sync_server.py
@@ -86,7 +86,7 @@ def close(self):
86
self._initialized = False
87
88
def call_function(self, cmd: str, *args, **kwargs):
89
- if not self._is_running():
+ if not self.is_running():
90
raise RuntimeError("Can't call function on stopped server.")
91
if kwargs.pop("kopts"):
92
warnings.warn(
0 commit comments