We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e876fd1 commit e4e52d6Copy full SHA for e4e52d6
mergin/client.py
@@ -157,10 +157,6 @@ def __init__(
157
if not self._auth_session:
158
self.login(login, password)
159
160
- else:
161
- if not self._auth_session:
162
- raise ClientError("Unable to log in: no auth token provided for login")
163
-
164
def setup_logging(self):
165
"""Setup Mergin Maps client logging."""
166
client_log_file = os.environ.get("MERGIN_CLIENT_LOG", None)
0 commit comments