Skip to content

Commit 6917178

Browse files
committed
fix flake doc checks
Signed-off-by: Chris Snow <[email protected]>
1 parent 3cdb6dd commit 6917178

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

bin/cli.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -800,11 +800,8 @@ def upload_with_ssh_key(
800800
):
801801
"""Not implemented yet.
802802
803-
TODO:
804-
assert ssh_key_file or ssh_key_data argument is provided
805-
assert license_file or base64enc_license_data argument is provided
806-
807803
Workaround:
804+
-----------
808805
- scp your license to '/srv/bluedata/license/' on the controller
809806
- run client.license.register(server_filename) to register the license
810807
"""
@@ -823,11 +820,8 @@ def upload_with_ssh_pass(
823820
):
824821
"""Not implemented yet.
825822
826-
TODO:
827-
assert ssh_key_file or ssh_key_data argument is provided
828-
assert license_file or base64enc_license_data argument is provided
829-
830823
Workaround:
824+
-----------
831825
- scp your license to '/srv/bluedata/license/' on the controller
832826
- run client.license.register(server_filename) to register the license
833827
"""

0 commit comments

Comments
 (0)