wsgi: fix bug following the removal of the loop
	
		
			
	
		
	
	
		
	
		
			Some checks reported errors
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build was killed
				
			
		
		
	
	
				
					
				
			
		
			Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			This commit is contained in:
		@@ -173,7 +173,7 @@ def cgi_file_handler(environ, start_response, app):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        except IOError:
 | 
					        except IOError:
 | 
				
			||||||
            # problem with file (cannot open or not found)
 | 
					            # problem with file (cannot open or not found)
 | 
				
			||||||
            continue
 | 
					            pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            # file successfully open
 | 
					            # file successfully open
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user