From 7325a37c5ece6248bc220eb072f7a40db80519c7 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Thu, 2 Nov 2023 10:10:38 +0100 Subject: [PATCH] Update docstring --- pyam/iiasa.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyam/iiasa.py b/pyam/iiasa.py index 7055e556f..2d3bf890a 100644 --- a/pyam/iiasa.py +++ b/pyam/iiasa.py @@ -66,12 +66,13 @@ def _check_response(r, msg="Error connecting to IIASA database", error=RuntimeEr class SceSeAuth(AuthBase): def __init__(self, creds: str = None, auth_url: str = _AUTH_URL): - """Connection to the Scenario Services Manager AAC service. + """Connection to the Scenario Services manager service for authentication. Parameters ---------- creds : pathlib.Path or str, optional - Path to a file with authentication credentials + Path to a file with authentication credentials. This feature is deprecated, + please run `ixmp4 login ` in a console instead. auth_url : str, optional Url of the authentication service """