Skip to content

Commit c6b3322

Browse files
committed
Removed accidental comma which converted the str to a tuple.
1 parent 58a40b2 commit c6b3322

File tree

1 file changed

+1
-1
lines changed
  • bittensor_cli/src/commands/stake

1 file changed

+1
-1
lines changed

bittensor_cli/src/commands/stake/add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ async def safe_stake_extrinsic(
107107
err_msg = (
108108
f"{failure_prelude}: Price exceeded tolerance limit. "
109109
f"Transaction rejected because partial staking is disabled. "
110-
f"Either increase price tolerance or enable partial staking.",
110+
f"Either increase price tolerance or enable partial staking."
111111
)
112112
print_error("\n" + err_msg, status=status)
113113
else:

0 commit comments

Comments
 (0)