mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Removed continue
This commit is contained in:
		
							parent
							
								
									1036aa74a7
								
							
						
					
					
						commit
						2a703a2d4c
					
				| 
						 | 
				
			
			@ -3371,7 +3371,6 @@ def open(
 | 
			
		|||
            except (SyntaxError, IndexError, TypeError, struct.error) as e:
 | 
			
		||||
                if WARN_POSSIBLE_FORMATS:
 | 
			
		||||
                    warning_messages.append(i + " opening failed. " + str(e))
 | 
			
		||||
                continue
 | 
			
		||||
            except BaseException:
 | 
			
		||||
                if exclusive_fp:
 | 
			
		||||
                    fp.close()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user