Skip to content

Commit 5b9e307

Browse files
committed
ENH: refactor LOGIN command output
1 parent e27a77e commit 5b9e307

File tree

1 file changed

+1
-1
lines changed
  • src/save_and_restore_api/tools

1 file changed

+1
-1
lines changed

src/save_and_restore_api/tools/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def process_login_command(settings):
500500
response = SR.login(username=settings.user_name, password=settings.user_password)
501501
logger.debug(f"Response received: {response}")
502502

503-
print(f"Login successful. Response: \n{pprint.pformat(response)}")
503+
print("Login successful.")
504504
except Exception as ex:
505505
raise RuntimeError(f"Login failed: {ex}") from ex
506506

0 commit comments

Comments
 (0)