Skip to content

Commit c120fa0

Browse files
authored
Merge pull request savon-noir#96 from snovvcrash/patch-1
Fix indention
2 parents eaf79cb + 11668b1 commit c120fa0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libnmap/objects/report.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ def startedstr(self):
9494
rval = ''
9595
try:
9696
rval = self._nmaprun['startstr']
97-
except(KeyError, TypeError, ValueError):
98-
pass
99-
return rval
100-
97+
except(KeyError, TypeError, ValueError):
98+
pass
99+
return rval
100+
101101
@property
102102
def commandline(self):
103103
"""

0 commit comments

Comments
 (0)