Closed eas604 closed 8 years ago
Thanks a lot @eas604! Merged in: https://github.com/jonathanslenders/pymux/commit/70d99014208ecea7e828690fb9d11dfc66beb59e
(I also wonder whether we can get rid of the bit of code duplication that we have here. That would be a different commit.)
Which code duplication do you mean? The multiple locations where the socket file is defined?
Yes, that is a small bit of duplication that I introduced in the beginning. Maybe nothing to worry about.
Change uses
tempfile.gettempdir()
for working with sockets, rather than hard-coding/tmp
. This addresses #12 .