mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Remove '.'s from extensions in lister.py interface and lint-all.
In lint-all, change occurences of '.py', '.js', ... to 'py', 'js', ....
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ad4c20a3e6
						
					
				
				
					commit
					81fdeae0ea
				
			@@ -80,7 +80,7 @@ def list_files(targets=[], ftypes=[], use_shebang=True, modified_only=False,
 | 
			
		||||
                continue
 | 
			
		||||
 | 
			
		||||
        if group_by_ftype:
 | 
			
		||||
            result['.' + filetype].append(fpath)
 | 
			
		||||
            result[filetype].append(fpath)
 | 
			
		||||
        else:
 | 
			
		||||
            result.append(fpath)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user