Skip to content

Commit

Permalink
Update manifest_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 23, 2016
1 parent ea073e0 commit c571e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StaticAnalyzer/views/android/manifest_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def manifest_data(mfxml):
rec = receiver.getAttribute("android:name")
brd.append(rec)

for lib in libs:
libary = lib.getAttribute("android:name")
for _lib in libs:
libary = _lib.getAttribute("android:name")
lib.append(libary)

for permission in permissions:
Expand Down

0 comments on commit c571e9e

Please sign in to comment.