diff --git a/libnmap/objects/report.py b/libnmap/objects/report.py index 1f82e5d..34207b5 100644 --- a/libnmap/objects/report.py +++ b/libnmap/objects/report.py @@ -94,9 +94,9 @@ def startedstr(self): rval = '' try: rval = self._nmaprun['startstr'] - except(KeyError, TypeError, ValueError): - pass - return rval + except(KeyError, TypeError, ValueError): + pass + return rval @property def commandline(self):