ynop / audiomate

Trailing whitespace detected FLK-W291
Style
Minor
2 occurrences in this check
trailing whitespace
158                if not is_within_directory(path, member_path):
159                    raise Exception("Attempted Path Traversal in Tar File")
160        
161            tar.extractall(path, members, numeric_owner=numeric_owner) 162            
163        
164        safe_extract(archive, target_folder)
125                        if not is_within_directory(path, member_path):
126                            raise Exception("Attempted Path Traversal in Tar File")
127                
128                    tar.extractall(path, members, numeric_owner=numeric_owner) 129                    
130                
131                safe_extract(archive, target_path)