Skip to content
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

Fix socket path parsing #8

Closed
initstring opened this issue Jul 18, 2019 · 1 comment
Closed

Fix socket path parsing #8

initstring opened this issue Jul 18, 2019 · 1 comment
Assignees

Comments

@initstring
Copy link
Owner

Testing on different systems has shown that this line may need to change:

sockets = [str(path.split()[2]) for path in socket_data]

2 needs to be 3, possibly. Will troubleshoot later.

@initstring initstring self-assigned this Jul 18, 2019
@initstring
Copy link
Owner Author

Ended up using a regex instead, for better compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant