kbaseattic / assembly

An extensible framework for genome assembly.
MIT License
12 stars 14 forks source link

resolve issue with GC deadlock #279

Closed levinas closed 9 years ago

levinas commented 9 years ago

For some reason, os.path.getmtime(dir) was called on directories that are no longer there. This exception was not caught and resulted in a GC deadlock.