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

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochuanyu committed Nov 11, 2017
1 parent 94d2d42 commit 7e8355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka_utils/kafka_corruption_check/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def ssh_client(host):
with open(user_config_file) as f:
ssh_config.parse(f)

cfg = {'hostname': host, 'username': getpass.getuser() }
cfg = {'hostname': host, 'username': getpass.getuser()}

user_config = ssh_config.lookup(cfg['hostname'])

Expand Down

0 comments on commit 7e8355e

Please sign in to comment.