python processs complete list files matched
- by thomytheyon
Hi All,
I'm trying to get a simple code working, unfortunatly im a python beginner.
My script should return a list of files that doesn't match a pattern, more information here :
http://stackoverflow.com/questions/2910106/python-grep-reverse-matching/2910288#2910288
My code is running but doesn't process the complete list of files found as it…