mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-28 19:01:30 +02:00
Return after loading bugreport module
This commit is contained in:
@@ -96,6 +96,7 @@ class CmdAndroidCheckAndroidQF(Command):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user