Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit e738f9c

Browse files
committed
1 parent 526faaf commit e738f9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def __config(self):
167167
)
168168
seafcli.seaf_config(args)
169169

170-
def __get_rpc_client():
170+
def __get_rpc_client(self):
171171
if self.__rpc is None:
172172
args = types.SimpleNamespace(
173173
confdir=None,

0 commit comments

Comments
 (0)