Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						291834b162
					
				
					 2 changed files with 15 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -106,7 +106,7 @@ def mass_compile(cli):
 | 
			
		|||
 | 
			
		||||
                    def _make_filter(k, v):
 | 
			
		||||
                        expr = fnmatch.translate(v)
 | 
			
		||||
                        rule = re.compile(expr, re.IGNORECASE)
 | 
			
		||||
                        rule = re.compile(f'^{expr}$', re.IGNORECASE)
 | 
			
		||||
 | 
			
		||||
                        def f(e):
 | 
			
		||||
                            lhs = e[2].get(k)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue