mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-24 09:04:03 +02:00
Fixes a bug in android packages module
This commit is contained in:
@@ -41,6 +41,9 @@ class Packages(AndroidExtraction):
|
||||
return records
|
||||
|
||||
def check_indicators(self):
|
||||
if not self.indicators:
|
||||
return
|
||||
|
||||
root_packages_path = os.path.join("..", "..", "data", "root_packages.txt")
|
||||
root_packages_string = pkg_resources.resource_string(__name__, root_packages_path)
|
||||
root_packages = root_packages_string.decode("utf-8").split("\n")
|
||||
|
||||
Reference in New Issue
Block a user