New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client, platform: Use paths.SSH* instead of get_config_dir(). #294
Conversation
d18baf9
to
ec8abf4
Compare
|
I don't understand why travis claims it failed while the build passed fine |
|
Build passes fine, pep8 does not: |
|
oh, thanks for pointing that out.. new one pushed |
| @@ -102,6 +102,7 @@ class BasePathNamespace(object): | |||
| SMB_CONF = "/etc/samba/smb.conf" | |||
| LIMITS_CONF = "/etc/security/limits.conf" | |||
| SSH_CONFIG = "/etc/ssh/ssh_config" | |||
| SSH_CONFIG_DIR = "/etc/ssh" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please move it one line up, list of paths is sorted alphabetically by path, not by variable name
|
@tjaalton just one nitpick, otherwise it looks good to me |
|
Fixed upstream |
This cleans things up a bit.