Skip to content

Commit 90e915d

Browse files
committed
Check errors on _xmlrpc_init
1 parent 46c9e29 commit 90e915d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dokuwikixmlrpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def __init__(self, url, user, passwd, http_basic_auth=False, timeout=10,
136136

137137
self._xmlrpc = self._xmlrpc_init()
138138

139+
@checkerr
139140
def _xmlrpc_init(self):
140141
"""Initialize the XMLRPC object."""
141142
script = '/lib/exe/xmlrpc.php'

0 commit comments

Comments
 (0)