Refactoring old functions for FrostfsCli #145

Closed
mkadilov wants to merge 3 commits from (deleted):bug/cli_methods_moving into master
Showing only changes of commit 18fcfe6166 - Show all commits

View file

@ -65,7 +65,7 @@ class FrostfsCliShards(CliCommand):
Returns:
Command's result.
"""
return self._execute(
return self._execute_with_password(
"control shards set-mode",
wallet_password,
**{param: value for param, value in locals().items() if param not in ["self", "wallet_password"]},