Skip to content

Commit

Permalink
#698 avoid reporting error with api request run successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 14, 2020
1 parent 95aeb2d commit 19164d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions analyzers/Investigate/investigate_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def run(self):
except Exception as e:
self.unexpectedError(e)

else:
self.error('Unknown Investigate service or invalid data type')


if __name__ == '__main__':
InvestigateAnalyzer().run()

0 comments on commit 19164d7

Please sign in to comment.