hforge / itools

Python library with tons of features
http://www.hforge.org/itools
GNU General Public License v3.0
22 stars 12 forks source link

Copy_handler do not properly works with exclude_patterns #46

Closed fchenebault closed 7 years ago

fchenebault commented 7 years ago

Allow the possibility to pass an array of exclude patterns to properly filters resources we don't want to copy.

There is a misunderstanding with the variable name exclude_patterns and with the fnmatch.filter, with is not necessary here because only one source is filtered.

fchenebault commented 7 years ago

Fixed on 0.76