Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
roscisz committed Nov 27, 2019
1 parent fad7fc3 commit cb0f35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorhive/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ def key():

info_msg = '''
This is the public key which will be used by TensorHive to reach your configured nodes via SSH,
and allow for running remote tasks.
and allow for running remote tasks.
Make sure that all nodes you've defined in ~/.config/TensorHive/hosts_config.ini know that key:
just copy and paste it into ~/.ssh/authorized_keys on each target node.
'''
authorized_keys_entry = 'ssh-rsa {pub_key} {username}@{hostname}'.format(
pub_key=public_key,
Expand Down

0 comments on commit cb0f35f

Please sign in to comment.