Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Oct 27, 2024
1 parent ef2a0c1 commit 4377f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/views/common/binary/elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def is_symbols_stripped(self):
except Exception:
try:
return nm_is_debug_symbol_stripped(
self.elf_path)
self.elf_path)
except Exception:
return True

Expand Down

0 comments on commit 4377f23

Please sign in to comment.