mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Merge pull request #7056 from radarhere/eps
This commit is contained in:
		
						commit
						0c7061e7e4
					
				| 
						 | 
					@ -361,7 +361,6 @@ class EpsImageFile(ImageFile.ImageFile):
 | 
				
			||||||
        check_required_header_comments()
 | 
					        check_required_header_comments()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if not self._size:
 | 
					        if not self._size:
 | 
				
			||||||
            self._size = 1, 1  # errors if this isn't set. why (1,1)?
 | 
					 | 
				
			||||||
            msg = "cannot determine EPS bounding box"
 | 
					            msg = "cannot determine EPS bounding box"
 | 
				
			||||||
            raise OSError(msg)
 | 
					            raise OSError(msg)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user