Skip to content

Commit eaf79cb

Browse files
authored
Merge pull request savon-noir#93 from n0skill/n0skill-patch-1
Fix indentation in report.py
2 parents 7f5460f + d509611 commit eaf79cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libnmap/objects/report.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ def startedstr(self):
9494
rval = ''
9595
try:
9696
rval = self._nmaprun['startstr']
97-
except(KeyError, TypeError, ValueError):
98-
pass
99-
return rval
97+
except(KeyError, TypeError, ValueError):
98+
pass
99+
return rval
100100

101101
@property
102102
def commandline(self):

0 commit comments

Comments
 (0)