Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
#9 Fixes PEP 8 E501 @ L194
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Diaz committed Jun 14, 2016
1 parent 92f0295 commit eac52e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion piu/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ def cli(ctx, config_file):
@click.option('--clip', is_flag=True, help='Copy SSH command into clipboard', default=False)
@click.option('--connect', is_flag=True, help='Directly connect to the host', default=False)
@click.pass_obj
def request_access(obj, host, user, password, even_url, odd_host, reason, reason_cont, insecure, lifetime, clip, connect):
def request_access(obj, host, user, password, even_url, odd_host, reason, reason_cont, insecure, lifetime,
clip, connect):
'''Request SSH access to a single host'''

user = user or os.getenv('USER')
Expand Down

0 comments on commit eac52e1

Please sign in to comment.