Henry Schreiner
Henry Schreiner
It's becoming a really bad idea to use Python 2.7 on Windows. The fact it's stuck with MSVC 2008 means that lots of things are beginning to fail - you...
Please edit line 354 in `C:\Python27\lib\site-packages\plumbum\path\local.py` to remove the str() wrapping the newdir and let me know if it works. You might also try unicode() instead of str(). Let me...
And yes, the readme was using 2.7 for the examples, most likely. Should be cleaned up.
You can also pass arguments to ls, such that it is not one per line.
I don't think there's a technical reason, other than a) it hasn't been done yet (PR acceptable!), and b) the file based copy and move I believe were added to...
Doesn't `ret_code, stdout, stderr = command & TEE` do both?
Logging improved slightly in either 1.6.1 or master. Have you tested that? I'm fine with reviewing patches, by the way. :)
That sounds like a great idea. I don't know much about pbs, so would appreciate help writing it from someone making the transition. :)
I haven't had time to check into this yet, hopefully soon.
I'm planning on looking at this eventually, but feel free to investigate, you might be faster! I'm not sure what the fix would be; a function is not a type,...