mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 18:07:46 +03:00 
			
		
		
		
	Minor fix
This commit is contained in:
		
							parent
							
								
									f4b8a3c1d8
								
							
						
					
					
						commit
						4f2981f163
					
				| 
						 | 
				
			
			@ -142,6 +142,7 @@ def _oneShotErrorUse(expression, field=None):
 | 
			
		|||
                    retVal = output
 | 
			
		||||
                    break
 | 
			
		||||
        except:
 | 
			
		||||
            if retVal is not None:
 | 
			
		||||
                hashDBWrite(expression, "%s%s" % (retVal, PARTIAL_VALUE_MARKER))
 | 
			
		||||
            raise
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -152,6 +153,7 @@ def _oneShotErrorUse(expression, field=None):
 | 
			
		|||
 | 
			
		||||
        retVal = _errorReplaceChars(retVal)
 | 
			
		||||
 | 
			
		||||
        if retVal is not None:
 | 
			
		||||
            hashDBWrite(expression, retVal)
 | 
			
		||||
 | 
			
		||||
    else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user