Skip to content

Commit

Permalink
lib: cosmetic fix to remove space for drop-objects wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Zayats <[email protected]>
  • Loading branch information
Evgeniy Zayats committed Sep 4, 2023
1 parent 3287fe8 commit 547ad3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot/resources/lib/python_keywords/node_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def drop_object(node: StorageNode, cid: str, oid: str) -> str:
Args:
node_id str: node from which object should be dropped.
"""
command = f"control drop-objects -o {cid}/{oid}"
command = f"control drop-objects -o {cid}/{oid}"
return _run_control_command_with_retries(node, command)


Expand Down

0 comments on commit 547ad3f

Please sign in to comment.