Skip to content

Commit

Permalink
[bug] fix small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadroyaL committed Oct 21, 2020
1 parent 0f4a29c commit 9b2f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drozer/modules/common/package_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def packageManager(self):
Get the Android PackageManager.
"""

if self.__package_manager_proxy.__ne__(None):
if self.__package_manager_proxy.__eq__(None):
self.__package_manager_proxy = PackageManager.PackageManagerProxy(self)

return self.__package_manager_proxy
Expand Down

0 comments on commit 9b2f9f2

Please sign in to comment.