mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	Patch for an Issue #1027
This commit is contained in:
		
							parent
							
								
									eb15a19532
								
							
						
					
					
						commit
						e794c7f246
					
				| 
						 | 
				
			
			@ -597,7 +597,7 @@ def _createTargetDirs():
 | 
			
		|||
                errMsg += "create temporary files and/or directories"
 | 
			
		||||
                raise SqlmapGenericException(errMsg)
 | 
			
		||||
            warnMsg = "unable to create output directory "
 | 
			
		||||
            warnMsg += "'%s' (%s). " % (conf.outputPath, ex)
 | 
			
		||||
            warnMsg += "'%s' (%s). " % (conf.outputPath, getUnicode(ex))
 | 
			
		||||
            warnMsg += "Using temporary directory '%s' instead" % tempDir
 | 
			
		||||
            logger.warn(warnMsg)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user