Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bachmann committed Nov 24, 2017
1 parent 166b158 commit a4c264f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions androguard/core/analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@ def get_special_ins(self, idx):
:rtype: None or an Instruction
"""
try:
if idx in self.special_ins:
return self.special_ins[idx]
# FIXME: Too broad exception clause
except:
else:
return None

def get_exception_analysis(self):
Expand Down

0 comments on commit a4c264f

Please sign in to comment.