eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

mixing python with scons searches acts weird #3

Closed eliben closed 11 years ago

eliben commented 11 years ago

I have:

$ pss --py -f   # produces many files
$ pss --scons -f # also many files
$ pss --scons --py -f # NO FILES ?!

This could be related to Issue #2

eliben commented 11 years ago

Fixed in trunk (see issue #2)