NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

fix/psutil update #64

Open flavioamieiro opened 9 years ago

flavioamieiro commented 9 years ago

This code was broken when saving monitoring information on pypln.backend because we were passing to the MongoStore a bound method. Even if the Store code didn't break with that, we would not have the information we needed. This small patch fixes this issue.

I could not run the tests because they hang indefinitely, so I'm trusting this didn't break them =)

@turicas can you take a look and, if ok, merge and publish a new package?