Minor layout adjustments

This commit is contained in:
Bernardo Damele
2010-03-09 22:14:26 +00:00
parent 3f3ddd5437
commit cc611c0010
2 changed files with 4 additions and 4 deletions

View File

@@ -270,7 +270,7 @@ class Filesystem:
fileContent = self.stackedReadFile(rFile)
if fileContent in ( None, "" ):
if fileContent in ( None, "" ) and kb.dbms != "PostgreSQL":
self.cleanup(onlyFileTbl=True)
return
@@ -288,7 +288,8 @@ class Filesystem:
fileContent = self.__unhexString(fileContent)
rFilePath = dataToOutFile(fileContent)
self.cleanup(onlyFileTbl=True)
if kb.dbms != "PostgreSQL":
self.cleanup(onlyFileTbl=True)
return rFilePath