Skip to content

Commit 2cdcbf3

Browse files
committed
Merge branch 'bug43'
2 parents 55ed6ec + 7303a5e commit 2cdcbf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libnmap/objects/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def os_fingerprint(self):
316316
"""
317317
rval = ''
318318
if self.os is not None:
319-
rval = self.os.fingerprints.join("\n")
319+
rval = "\n".join(self.os.fingerprints)
320320
return rval
321321

322322
def os_ports_used(self):

0 commit comments

Comments
 (0)