mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Fix typo when self.root is not None.
This commit is contained in:
@@ -314,7 +314,7 @@ for dir in dirs:
|
|||||||
# must strip it off if necessary.
|
# must strip it off if necessary.
|
||||||
modules_dir = self.install_lib
|
modules_dir = self.install_lib
|
||||||
if self.root is not None:
|
if self.root is not None:
|
||||||
modules_dir = path_strip_prefix(modules, self.root)
|
modules_dir = path_strip_prefix(modules_dir, self.root)
|
||||||
|
|
||||||
app_file = open(app_file_name, "r")
|
app_file = open(app_file_name, "r")
|
||||||
lines = app_file.readlines()
|
lines = app_file.readlines()
|
||||||
|
|||||||
Reference in New Issue
Block a user