jeremyBanks / tmpdir

A Python module and command-line tool for working with temporary directories.
1 stars 0 forks source link

TmpDir().run(...) #13

Open jeremyBanks opened 13 years ago

jeremyBanks commented 13 years ago

We should pull some of this out of main() and into its own function. Maybe wrap subprocess.call (or maybe just the Popen constructor)...

When we add better IO options for the command (#3) they would need to be reflected here (either replacing or complementing subprocess' normal IO).