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 e27a77e commit 5b9e307Copy full SHA for 5b9e307
src/save_and_restore_api/tools/cli.py
@@ -500,7 +500,7 @@ def process_login_command(settings):
500
response = SR.login(username=settings.user_name, password=settings.user_password)
501
logger.debug(f"Response received: {response}")
502
503
- print(f"Login successful. Response: \n{pprint.pformat(response)}")
+ print("Login successful.")
504
except Exception as ex:
505
raise RuntimeError(f"Login failed: {ex}") from ex
506
0 commit comments