Skip to content

Commit ff54163

Browse files
committed
review chgs relevant to server_version...
1 parent fe812aa commit ff54163

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

irods/session.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,12 @@ def server_version_without_auth(self):
392392
)
393393

394394
def _server_version(self, version_func=None):
395-
"""The server version can be retrieved by the usage
395+
"""The server version can be retrieved by the usage:
396+
396397
session._server_version()
398+
397399
with conditional substitution by another version by use of the environment variable:
400+
398401
PYTHON_IRODSCLIENT_REPORTED_SERVER_VERSION.
399402
400403
Also: if iRODSServer.GET_SERVER_VERSION_WITHOUT_AUTH is passed in version_func, the true server

0 commit comments

Comments
 (0)