sopel / botocross

A Python package for operating cross region AWS resources
Other
4 stars 4 forks source link

Adjust multiple --exclude filter handling to match expected functionality #48

Open sopel opened 11 years ago

sopel commented 11 years ago

See https://github.com/cityindex/CIAPI.CS/issues/230#issuecomment-19920128 for a description of how the current implementation fails to match the expected behavior (and is likely also not very useful like so anyway).

It's not immediately clear whether and how this can be solved in a straight forward way, but at first sight an option would be to simply evaluate each --exclude filter separately rather than in one combined call.