Skip to content

Commit

Permalink
Return after loading bugreport module
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC committed Oct 28, 2024
1 parent 355850b commit 2bb613f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mvt/android/cmd_check_androidqf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def module_init(self, module):
if not bugreport_archive:
return
module.from_zip(bugreport_archive, bugreport_archive.namelist())
return

if self.format == "zip":
module.from_zip_file(self.archive, self.files)
Expand Down

0 comments on commit 2bb613f

Please sign in to comment.