Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Dec 9, 2022
1 parent 0a37137 commit 1937cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs_task_queue/plugins/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def _create_client(self, directory):
"port": int(p.port or 22),
"username": p.username or os.getlogin(),
"password": p.password,
"key_file": os.environ.get('PARAMIKO_SSH_KEYFILE'),
"passphrase": os.environ.get('PARAMIKO_SSH_PASSPHRASE'),
"key_file": os.environ.get("PARAMIKO_SSH_KEYFILE"),
"passphrase": os.environ.get("PARAMIKO_SSH_PASSPHRASE"),
"path": p.path,
}

Expand Down

0 comments on commit 1937cd8

Please sign in to comment.