ocesou / hooke

Automatically exported from code.google.com/p/hooke
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Automatic file recognition fails on directories #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to a directory containing subdirectories
2. type "genlist *"
3. many hooke drivers try to open a file in their __init__() failing
miserably when meeting a directory.

There should be a general check that skips directories even before feeding
them to drivers.

Original issue reported on code.google.com by devicera...@gmail.com on 24 Jul 2009 at 1:07

GoogleCodeExporter commented 8 years ago
Fixed in r189 by illysam.

Original comment by devicera...@gmail.com on 28 Sep 2009 at 5:16