fix error message
git-svn-id: file:///home/svn/framework3/trunk@8196 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
538a647671
commit
c147575255
|
@ -903,7 +903,7 @@ class Db
|
||||||
end
|
end
|
||||||
|
|
||||||
if (not File.readable?(args[0]))
|
if (not File.readable?(args[0]))
|
||||||
print_status("Could not read the NESSUS file")
|
print_status("Could not read the NMAP file")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
framework.db.import_nmap_xml_file(args[0])
|
framework.db.import_nmap_xml_file(args[0])
|
||||||
|
|
Loading…
Reference in New Issue